JUnit version 4.13.2
.SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/tmp/dist-test-taskRGdRXo/java/build/jars/log4j-slf4j-impl-2.17.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/tmp/dist-test-taskRGdRXo/java/build/jars/slf4j-log4j12-1.7.30.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]
15:03:21.743 [INFO - main] (RandomUtils.java:49) Using random seed: 1786460601706
15:03:21.769 [INFO - main] (RetryRule.java:138) Creating RetryStatement with result reporter and retry count of 0 (no retries)
15:03:21.817 [INFO - main] (KuduTestHarness.java:155) Creating a new MiniKuduCluster...
15:03:21.826 [INFO - main] (TempDirUtils.java:71) Using the temp directory defined by TEST_TMPDIR: /tmp/dist-test-taskRGdRXo/test-tmp
15:03:21.828 [INFO - main] (KuduBinaryLocator.java:83) Using Kudu binary directory specified by system property 'kuduBinDir': ../../../build/debug/bin
15:03:21.830 [INFO - main] (MiniKuduCluster.java:217) Starting process: [/tmp/dist-test-taskRGdRXo/java/build/dist-test/../../../build/debug/bin/kudu, test, mini_cluster, --serialization=pb]
15:03:21.862 [DEBUG - main] (MiniKuduCluster.java:185) Request: create_cluster {
  num_masters: 3
  num_tservers: 3
  enable_kerberos: false
  cluster_root: "/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721"
  hms_mode: NONE
  mini_kdc_options {
  }
  principal: "kudu"
  mini_oidc_options {
  }
}

15:03:22.058 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:03:22.067 [DEBUG - main] (MiniKuduCluster.java:185) Request: start_cluster {
}

15:03:22.069 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.068877 25206 mini_oidc.cc:152] Starting JWKS server
15:03:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.071211 25206 webserver.cc:460] Webserver started at http://127.0.0.1:33463/ using document root <none> and password file <none>
15:03:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.071355 25206 mini_oidc.cc:189] Starting OIDC Discovery server
15:03:22.071 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.071602 25206 webserver.cc:460] Webserver started at http://127.0.0.1:37509/ using document root <none> and password file <none>
15:03:22.085 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T15:03:22Z chronyd version 3.5 starting (+CMDMON +NTP +REFCLOCK +RTC -PRIVDROP -SCFILTER -SIGND +ASYNCDNS -SECHASH -IPV6 +DEBUG)
15:03:22.086 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T15:03:22Z Disabled control of system clock
15:03:22.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.090129 25206 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:22.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:22.090 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/wal
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/data
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/logs
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/data/info.pb
15:03:22.091 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:22.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:03:22.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:03:22.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:03:22.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:03:22.092 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:03:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:03:22.093 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:03:22.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:03:22.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.190:33089
15:03:22.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.190
15:03:22.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:22.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:22.094 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:22.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:22.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:22.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:03:22.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:22.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:03:22.095 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33463/jwks.json with env {}
15:03:22.208 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.207986 25229 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:03:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.208381 25229 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:03:22.209 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.208448 25229 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:03:22.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.212867 25229 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:03:22.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.212992 25229 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:03:22.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.213027 25229 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:03:22.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.213052 25229 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:03:22.213 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.213078 25229 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:03:22.214 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.213099 25229 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33463/jwks.json
15:03:22.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.218317 25229 master_runner.cc:386] Master server non-default flags:
15:03:22.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:22.218 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:22.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:22.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:22.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/data
15:03:22.219 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/wal
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.190:33089
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:03:22.220 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33463/jwks.json
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/data/info.pb
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.190
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25229
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:03:22.221 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/logs
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 13:59:13 UTC on ccycloud.quasar-sqcett.root.comops.site
15:03:22.222 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4580140
15:03:22.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.219918 25229 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
15:03:22.223 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.221952 25229 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:03:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.232038 25237 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.232041 25238 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.232051 25240 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.232126 25229 server_base.cc:1034] running on GCE node
15:03:22.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.232999 25229 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:03:22.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.234263 25229 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:03:22.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.235507 25229 hybrid_clock.cc:648] HybridClock initialized: now 1786460602235498 us; error 88 us; skew 500 ppm
15:03:22.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.237905 25229 webserver.cc:460] Webserver started at http://127.24.157.190:38069/ using document root <none> and password file <none>
15:03:22.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.238512 25229 fs_manager.cc:359] Metadata directory not provided
15:03:22.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.238579 25229 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:03:22.238 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.238754 25229 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:03:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.240794 25229 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/data/instance:
15:03:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a376a040fdc949ba98e2f9c0f28125fd"
15:03:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.241320 25229 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/wal/instance:
15:03:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a376a040fdc949ba98e2f9c0f28125fd"
15:03:22.241 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.245 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.245261 25229 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.003s	sys 0.001s
15:03:22.247 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.247779 25252 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:03:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.249114 25229 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.001s
15:03:22.249 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.249274 25229 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/data,/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/wal
15:03:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "a376a040fdc949ba98e2f9c0f28125fd"
15:03:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.249392 25229 fs_report.cc:383] FS layout report
15:03:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:03:22.250 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/wal
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/wal
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/data/data
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:03:22.251 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:03:22.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:03:22.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:03:22.252 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:03:22.271 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.271579 25229 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:03:22.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.272435 25229 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
15:03:22.272 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.272653 25229 kserver.cc:163] Server-wide thread pool size limit: 3276
15:03:22.280 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.280586 25229 rpc_server.cc:307] RPC server started. Bound to: 127.24.157.190:33089
15:03:22.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.280594 25348 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.157.190:33089 every 8 connection(s)
15:03:22.281 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.281764 25229 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/data/info.pb
15:03:22.285 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.285549 25349 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:22.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.288194 25206 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu as pid 25229
15:03:22.288 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.288381 25206 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-0/wal/instance
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.289835 25206 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/wal
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/data
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:22.290 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/logs
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/data/info.pb
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:22.291 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.189:38491
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.189
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:22.292 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:03:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:03:22.293 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33463/jwks.json with env {}
15:03:22.295 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.289602 25349 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.304699 25349 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.305 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.305634 25256 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.157.189:38491: connect: Connection refused (error 111)
15:03:22.306 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.306541 25349 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.189:38491: Network error: Client connection negotiation failed: client connection to 127.24.157.189:38491: connect: Connection refused (error 111)
15:03:22.356 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.355813 25349 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } attempt: 1
15:03:22.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.357554 25349 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.189:38491: Network error: Client connection negotiation failed: client connection to 127.24.157.189:38491: connect: Connection refused (error 111)
15:03:22.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.412261 25355 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:03:22.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.412576 25355 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:03:22.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.412617 25355 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:03:22.416 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.416667 25355 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:03:22.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.416728 25355 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:03:22.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.416747 25355 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:03:22.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.416764 25355 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:03:22.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.416779 25355 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:03:22.417 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.416793 25355 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33463/jwks.json
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.421783 25355 master_runner.cc:386] Master server non-default flags:
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/data
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/wal
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:03:22.422 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.189:38491
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33463/jwks.json
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/data/info.pb
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.189
15:03:22.423 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25355
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/logs
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:03:22.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:03:22.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:03:22.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:03:22.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:03:22.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:03:22.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 13:59:13 UTC on ccycloud.quasar-sqcett.root.comops.site
15:03:22.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4580140
15:03:22.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.423144 25355 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
15:03:22.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.424847 25355 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:03:22.426 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.425745 25349 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } attempt: 2
15:03:22.427 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.427435 25349 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.189:38491: Network error: Client connection negotiation failed: client connection to 127.24.157.189:38491: connect: Connection refused (error 111)
15:03:22.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.434130 25367 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.434 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.434134 25374 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.434130 25371 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.434221 25355 server_base.cc:1034] running on GCE node
15:03:22.435 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.435501 25355 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:03:22.436 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.436801 25355 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:03:22.438 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.438019 25355 hybrid_clock.cc:648] HybridClock initialized: now 1786460602437980 us; error 55 us; skew 500 ppm
15:03:22.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.439908 25355 webserver.cc:460] Webserver started at http://127.24.157.189:41493/ using document root <none> and password file <none>
15:03:22.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.440542 25355 fs_manager.cc:359] Metadata directory not provided
15:03:22.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.440613 25355 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:03:22.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.440785 25355 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:03:22.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.442659 25355 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/data/instance:
15:03:22.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21e9a7f59ee54fadaeeb42c993b3e337"
15:03:22.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.443291 25355 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/wal/instance:
15:03:22.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21e9a7f59ee54fadaeeb42c993b3e337"
15:03:22.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.447 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.447073 25355 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.006s	sys 0.000s
15:03:22.449 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.449783 25389 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.451131 25355 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.451237 25355 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/data,/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/wal
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "21e9a7f59ee54fadaeeb42c993b3e337"
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.451318 25355 fs_report.cc:383] FS layout report
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/wal
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/wal
15:03:22.451 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/data/data
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:03:22.452 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:03:22.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.471697 25355 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:03:22.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.472512 25355 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
15:03:22.472 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.472673 25355 kserver.cc:163] Server-wide thread pool size limit: 3276
15:03:22.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.480199 25355 rpc_server.cc:307] RPC server started. Bound to: 127.24.157.189:38491
15:03:22.480 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.480216 25474 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.157.189:38491 every 8 connection(s)
15:03:22.481 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.481370 25355 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/data/info.pb
15:03:22.485 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.484822 25475 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:22.488 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.488649 25206 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu as pid 25355
15:03:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.488301 25475 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.488760 25206 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-1/wal/instance
15:03:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.489440 25206 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/wal
15:03:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/data
15:03:22.489 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/logs
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/data/info.pb
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:03:22.490 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) master
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.188:40935
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.188
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:22.491 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:22.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:03:22.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:22.492 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:03:22.493 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33463/jwks.json with env {}
15:03:22.500 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.500509 25475 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.507 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.507557 25475 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.508414 25394 proxy.cc:239] Call had error, refreshing address and retrying: Network error: Client connection negotiation failed: client connection to 127.24.157.188:40935: connect: Connection refused (error 111)
15:03:22.509 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.509450 25475 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.188:40935: Network error: Client connection negotiation failed: client connection to 127.24.157.188:40935: connect: Connection refused (error 111)
15:03:22.518 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.518615 25349 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } attempt: 3
15:03:22.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.523566 25349 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.524983 25349 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.188:40935: Network error: Client connection negotiation failed: client connection to 127.24.157.188:40935: connect: Connection refused (error 111)
15:03:22.556 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.556190 25349 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } attempt: 1
15:03:22.557 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.557729 25349 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.188:40935: Network error: Client connection negotiation failed: client connection to 127.24.157.188:40935: connect: Connection refused (error 111)
15:03:22.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.558709 25475 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } attempt: 1
15:03:22.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.560021 25475 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.188:40935: Network error: Client connection negotiation failed: client connection to 127.24.157.188:40935: connect: Connection refused (error 111)
15:03:22.609 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.609416 25478 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:03:22.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.609696 25478 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:03:22.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.609735 25478 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:03:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.613791 25478 flags.cc:425] Enabled experimental flag: --ipki_ca_key_size=768
15:03:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.613865 25478 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:03:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.613891 25478 flags.cc:425] Enabled experimental flag: --tsk_num_rsa_bits=512
15:03:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.613907 25478 flags.cc:425] Enabled experimental flag: --rpc_reuseport=true
15:03:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.613924 25478 flags.cc:425] Enabled experimental flag: --enable_jwt_token_auth=true
15:03:22.614 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.613938 25478 flags.cc:425] Enabled experimental flag: --jwks_url=http://localhost:33463/jwks.json
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.618765 25478 master_runner.cc:386] Master server non-default flags:
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/data
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/wal
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_ca_key_size=768
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --master_addresses=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tsk_num_rsa_bits=512
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.188:40935
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_reuseport=true
15:03:22.619 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_jwt_token_auth=true
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --jwks_url=http://localhost:33463/jwks.json
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/data/info.pb
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.188
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25478
15:03:22.620 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/logs
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Master server version:
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 13:59:13 UTC on ccycloud.quasar-sqcett.root.comops.site
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4580140
15:03:22.621 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.620110 25478 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
15:03:22.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.621975 25478 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:03:22.628 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.628173 25475 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } attempt: 2
15:03:22.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.632157 25475 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.188:40935: Network error: Client connection negotiation failed: client connection to 127.24.157.188:40935: connect: Connection refused (error 111)
15:03:22.632 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.632606 25493 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.632735 25492 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.632906 25349 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } attempt: 2
15:03:22.633 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.633000 25495 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:22.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.633762 25478 server_base.cc:1034] running on GCE node
15:03:22.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.634442 25349 consensus_peers.cc:646] Error getting permanent uuid from config peer 127.24.157.188:40935: Network error: Client connection negotiation failed: client connection to 127.24.157.188:40935: connect: Connection refused (error 111)
15:03:22.634 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.634567 25478 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:03:22.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.636126 25478 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:03:22.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.637333 25478 hybrid_clock.cc:648] HybridClock initialized: now 1786460602637313 us; error 33 us; skew 500 ppm
15:03:22.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.639245 25478 webserver.cc:460] Webserver started at http://127.24.157.188:39119/ using document root <none> and password file <none>
15:03:22.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.639994 25478 fs_manager.cc:359] Metadata directory not provided
15:03:22.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.640131 25478 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:03:22.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.640385 25478 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:03:22.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.642724 25478 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/data/instance:
15:03:22.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d41fac56b43e4b448eaec48c9af0e990"
15:03:22.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.643257 25478 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/wal/instance:
15:03:22.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d41fac56b43e4b448eaec48c9af0e990"
15:03:22.643 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.647 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.647281 25478 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.005s	sys 0.001s
15:03:22.650 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.649930 25506 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.651248 25478 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.001s	sys 0.000s
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.651355 25478 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/data,/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/wal
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "d41fac56b43e4b448eaec48c9af0e990"
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:22 on dist-test-slave-7vjv"
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.651437 25478 fs_report.cc:383] FS layout report
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/wal
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/wal
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/data/data
15:03:22.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:03:22.652 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:03:22.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.666245 25478 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:03:22.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.666889 25478 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
15:03:22.667 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.667114 25478 kserver.cc:163] Server-wide thread pool size limit: 3276
15:03:22.674 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.674662 25478 rpc_server.cc:307] RPC server started. Bound to: 127.24.157.188:40935
15:03:22.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.674693 25595 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.157.188:40935 every 8 connection(s)
15:03:22.675 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.675648 25478 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/data/info.pb
15:03:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.677591 25206 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu as pid 25478
15:03:22.677 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.677702 25206 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/master-2/wal/instance
15:03:22.679 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.679548 25598 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 00000000000000000000000000000000. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:22.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.684187 25598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.695 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.694711 25598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.699716 25598 sys_catalog.cc:422] member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } has no permanent_uuid. Determining permanent_uuid...
15:03:22.707 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.706911 25598 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: Bootstrap starting.
15:03:22.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.709379 25598 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: Neither blocks nor log segments found. Creating new log.
15:03:22.710 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.710256 25598 log.cc:824] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: Log is configured to *not* fsync() on all Append() calls
15:03:22.712 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.712466 25598 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: No bootstrap required, opened a new log
15:03:22.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.716306 25598 raft_consensus.cc:348] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.716559 25598 raft_consensus.cc:374] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:22.716 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.716612 25598 raft_consensus.cc:729] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: d41fac56b43e4b448eaec48c9af0e990, State: Initialized, Role: FOLLOWER
15:03:22.717 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.717163 25598 consensus_queue.cc:260] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.718230 25610 sys_catalog.cc:455] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.718644 25610 sys_catalog.cc:458] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [sys.catalog]: This master's current role is: FOLLOWER
15:03:22.718 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.718680 25598 sys_catalog.cc:564] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [sys.catalog]: configured and running, proceeding with master startup.
15:03:22.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.723474 25475 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } attempt: 3
15:03:22.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.724272 25626 catalog_manager.cc:1558] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:03:22.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.724352 25626 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:03:22.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.722508 25478 master_runner.cc:186] Error getting master registration for 127.24.157.190:33089: OK, instance_id { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" instance_seqno: 1786460602278419 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:03:22.726 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.725775 25478 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:03:22.731 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.731158 25475 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: Bootstrap starting.
15:03:22.733 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.733631 25349 consensus_peers.cc:656] Retrying to get permanent uuid for remote peer: member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } attempt: 3
15:03:22.734 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.733790 25475 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: Neither blocks nor log segments found. Creating new log.
15:03:22.735 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.734820 25475 log.cc:824] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: Log is configured to *not* fsync() on all Append() calls
15:03:22.738 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.738509 25475 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: No bootstrap required, opened a new log
15:03:22.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.743040 25475 raft_consensus.cc:348] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.743 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.743624 25475 raft_consensus.cc:374] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:22.747 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.743805 25349 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd: Bootstrap starting.
15:03:22.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.743889 25475 raft_consensus.cc:729] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 21e9a7f59ee54fadaeeb42c993b3e337, State: Initialized, Role: FOLLOWER
15:03:22.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.744405 25475 consensus_queue.cc:260] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.745710 25475 sys_catalog.cc:564] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [sys.catalog]: configured and running, proceeding with master startup.
15:03:22.748 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.746814 25349 tablet_bootstrap.cc:654] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd: Neither blocks nor log segments found. Creating new log.
15:03:22.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.750810 25651 catalog_manager.cc:1558] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:03:22.751 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.751119 25651 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:03:22.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.749567 25355 master_runner.cc:186] Error getting master registration for 127.24.157.190:33089: OK, instance_id { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" instance_seqno: 1786460602278419 } error { code: CATALOG_MANAGER_NOT_INITIALIZED status { code: SERVICE_UNAVAILABLE message: "Catalog manager is not initialized. State: Starting" } }
15:03:22.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.753346 25355 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:03:22.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.753790 25349 log.cc:824] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd: Log is configured to *not* fsync() on all Append() calls
15:03:22.760 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.760396 25349 tablet_bootstrap.cc:492] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd: No bootstrap required, opened a new log
15:03:22.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.764416 25630 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.764 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.764781 25630 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [sys.catalog]: This master's current role is: FOLLOWER
15:03:22.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.765492 25349 raft_consensus.cc:348] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.765 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.765729 25349 raft_consensus.cc:374] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:22.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.765779 25349 raft_consensus.cc:729] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: a376a040fdc949ba98e2f9c0f28125fd, State: Initialized, Role: FOLLOWER
15:03:22.766 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.766306 25349 consensus_queue.cc:260] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.766849 25654 sys_catalog.cc:455] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: SysCatalogTable state changed. Reason: RaftConsensus started. Latest consensus state: current_term: 0 committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.767 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.767181 25654 sys_catalog.cc:458] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: This master's current role is: FOLLOWER
15:03:22.768 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.768263 25349 sys_catalog.cc:564] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: configured and running, proceeding with master startup.
15:03:22.774 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.774233 25259 tablet.cc:2369] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:03:22.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.775377 25677 catalog_manager.cc:1558] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd: loading cluster ID for follower catalog manager: Not found: cluster ID entry not found
15:03:22.775 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.775478 25677 catalog_manager.cc:873] Not found: cluster ID entry not found: failed to prepare follower catalog manager, will retry
15:03:22.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.777422 25229 master_runner.cc:263] No leader master found from master a376a040fdc949ba98e2f9c0f28125fd
15:03:22.777 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.777493 25229 master_runner.cc:418] Couldn't verify the masters in the cluster. Trying again...
15:03:22.919 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.918666 25517 tablet.cc:2369] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:03:22.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.953671 25654 raft_consensus.cc:482] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 0 FOLLOWER]: Starting pre-election (no leader contacted us within the election timeout)
15:03:22.954 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.953868 25654 raft_consensus.cc:504] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 0 FOLLOWER]: Starting pre-election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.955 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.955113 25654 leader_election.cc:288] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [CANDIDATE]: Term 1 pre-election: Requested pre-vote from peers 21e9a7f59ee54fadaeeb42c993b3e337 (127.24.157.189:38491), d41fac56b43e4b448eaec48c9af0e990 (127.24.157.188:40935)
15:03:22.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.955919 25431 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a376a040fdc949ba98e2f9c0f28125fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" is_pre_election: true
15:03:22.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.955952 25550 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a376a040fdc949ba98e2f9c0f28125fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d41fac56b43e4b448eaec48c9af0e990" is_pre_election: true
15:03:22.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.956281 25550 raft_consensus.cc:2454] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a376a040fdc949ba98e2f9c0f28125fd in term 0.
15:03:22.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.956274 25431 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [term 0 FOLLOWER]: Leader pre-election vote request: Granting yes vote for candidate a376a040fdc949ba98e2f9c0f28125fd in term 0.
15:03:22.956 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.956739 25256 leader_election.cc:302] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [CANDIDATE]: Term 1 pre-election: Election decided. Result: candidate won. Election summary: received 3 responses out of 3 voters: 3 yes votes; 0 no votes. yes voters: 21e9a7f59ee54fadaeeb42c993b3e337, a376a040fdc949ba98e2f9c0f28125fd, d41fac56b43e4b448eaec48c9af0e990; no voters: 
15:03:22.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.957041 25654 raft_consensus.cc:2781] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 0 FOLLOWER]: Leader pre-election won for term 1
15:03:22.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.957130 25654 raft_consensus.cc:482] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 0 FOLLOWER]: Starting leader election (no leader contacted us within the election timeout)
15:03:22.957 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.957175 25654 raft_consensus.cc:3037] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 0 FOLLOWER]: Advancing to term 1
15:03:22.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.958124 25654 raft_consensus.cc:504] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.958 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.958465 25654 leader_election.cc:288] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [CANDIDATE]: Term 1 election: Requested vote from peers 21e9a7f59ee54fadaeeb42c993b3e337 (127.24.157.189:38491), d41fac56b43e4b448eaec48c9af0e990 (127.24.157.188:40935)
15:03:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.958801 25431 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a376a040fdc949ba98e2f9c0f28125fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "21e9a7f59ee54fadaeeb42c993b3e337"
15:03:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.958812 25550 tablet_service.cc:1812] Received RequestConsensusVote() RPC: tablet_id: "00000000000000000000000000000000" candidate_uuid: "a376a040fdc949ba98e2f9c0f28125fd" candidate_term: 1 candidate_status { last_received { term: 0 index: 0 } } ignore_live_leader: false dest_uuid: "d41fac56b43e4b448eaec48c9af0e990"
15:03:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.958942 25550 raft_consensus.cc:3037] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [term 0 FOLLOWER]: Advancing to term 1
15:03:22.959 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.958951 25431 raft_consensus.cc:3037] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [term 0 FOLLOWER]: Advancing to term 1
15:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.959853 25550 raft_consensus.cc:2454] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a376a040fdc949ba98e2f9c0f28125fd in term 1.
15:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.960013 25431 raft_consensus.cc:2454] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [term 1 FOLLOWER]: Leader election vote request: Granting yes vote for candidate a376a040fdc949ba98e2f9c0f28125fd in term 1.
15:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.960191 25257 leader_election.cc:302] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 2 responses out of 3 voters: 2 yes votes; 0 no votes. yes voters: a376a040fdc949ba98e2f9c0f28125fd, d41fac56b43e4b448eaec48c9af0e990; no voters: 
15:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.960418 25654 raft_consensus.cc:2781] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 1 FOLLOWER]: Leader election won for term 1
15:03:22.960 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.960659 25654 raft_consensus.cc:686] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [term 1 LEADER]: Becoming Leader. State: Replica: a376a040fdc949ba98e2f9c0f28125fd, State: Running, Role: LEADER
15:03:22.961 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.961014 25654 consensus_queue.cc:237] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 2, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } }
15:03:22.963 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.962949 25679 sys_catalog.cc:455] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: SysCatalogTable state changed. Reason: New leader a376a040fdc949ba98e2f9c0f28125fd. Latest consensus state: current_term: 1 leader_uuid: "a376a040fdc949ba98e2f9c0f28125fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.963089 25679 sys_catalog.cc:458] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: This master's current role is: LEADER
15:03:22.964 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.963495 25692 catalog_manager.cc:1475] Loading table and tablet metadata into memory...
15:03:22.965 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.964607 25692 catalog_manager.cc:1484] Initializing Kudu cluster ID...
15:03:22.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.969259 25550 raft_consensus.cc:1261] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [term 1 FOLLOWER]: Refusing update from remote peer a376a040fdc949ba98e2f9c0f28125fd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:03:22.969 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.969259 25431 raft_consensus.cc:1261] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [term 1 FOLLOWER]: Refusing update from remote peer a376a040fdc949ba98e2f9c0f28125fd: Log matching property violated. Preceding OpId in replica: term: 0 index: 0. Preceding OpId from leader: term: 1 index: 2. (index mismatch)
15:03:22.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.969980 25679 consensus_queue.cc:1035] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:03:22.970 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.970495 25679 consensus_queue.cc:1035] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [LEADER]: Connected to new peer: Peer: permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 }, Status: LMP_MISMATCH, Last received: 0.0, Next index: 1, Last known committed idx: 0, Time since last communication: 0.000s
15:03:22.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:22.974220 25397 tablet.cc:2369] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: Can't schedule compaction. Clean time has not been advanced past its initial value.
15:03:22.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.974720 25610 sys_catalog.cc:455] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a376a040fdc949ba98e2f9c0f28125fd. Latest consensus state: current_term: 1 leader_uuid: "a376a040fdc949ba98e2f9c0f28125fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.974 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.974848 25610 sys_catalog.cc:458] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [sys.catalog]: This master's current role is: FOLLOWER
15:03:22.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.974232 25630 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [sys.catalog]: SysCatalogTable state changed. Reason: New leader a376a040fdc949ba98e2f9c0f28125fd. Latest consensus state: current_term: 1 leader_uuid: "a376a040fdc949ba98e2f9c0f28125fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.975 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.975064 25630 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [sys.catalog]: This master's current role is: FOLLOWER
15:03:22.977 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.977525 25679 sys_catalog.cc:455] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a376a040fdc949ba98e2f9c0f28125fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.977487 25702 sys_catalog.cc:455] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: SysCatalogTable state changed. Reason: Peer health change. Latest consensus state: current_term: 1 leader_uuid: "a376a040fdc949ba98e2f9c0f28125fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.977626 25702 sys_catalog.cc:458] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: This master's current role is: LEADER
15:03:22.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.977617 25679 sys_catalog.cc:458] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd [sys.catalog]: This master's current role is: LEADER
15:03:22.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.978935 25610 sys_catalog.cc:455] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a376a040fdc949ba98e2f9c0f28125fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.979055 25610 sys_catalog.cc:458] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990 [sys.catalog]: This master's current role is: FOLLOWER
15:03:22.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.979203 25630 sys_catalog.cc:455] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [sys.catalog]: SysCatalogTable state changed. Reason: Replicated consensus-only round. Latest consensus state: current_term: 1 leader_uuid: "a376a040fdc949ba98e2f9c0f28125fd" committed_config { opid_index: -1 OBSOLETE_local: false peers { permanent_uuid: "a376a040fdc949ba98e2f9c0f28125fd" member_type: VOTER last_known_addr { host: "127.24.157.190" port: 33089 } } peers { permanent_uuid: "21e9a7f59ee54fadaeeb42c993b3e337" member_type: VOTER last_known_addr { host: "127.24.157.189" port: 38491 } } peers { permanent_uuid: "d41fac56b43e4b448eaec48c9af0e990" member_type: VOTER last_known_addr { host: "127.24.157.188" port: 40935 } } }
15:03:22.979 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.979296 25630 sys_catalog.cc:458] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337 [sys.catalog]: This master's current role is: FOLLOWER
15:03:22.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.981387 25692 catalog_manager.cc:1347] Generated new cluster ID: d3e93a1c2346486fa471dd053986f5d2
15:03:22.981 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:22.981443 25692 catalog_manager.cc:1495] Initializing Kudu internal certificate authority...
15:03:23.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.007417 25692 catalog_manager.cc:1370] Generated new certificate authority record
15:03:23.008 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.008720 25692 catalog_manager.cc:1504] Loading token signing keys...
15:03:23.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.016779 25692 catalog_manager.cc:5868] T 00000000000000000000000000000000 P a376a040fdc949ba98e2f9c0f28125fd: Generated new TSK 0
15:03:23.017 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.017665 25692 catalog_manager.cc:1514] Initializing in-progress tserver states...
15:03:23.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.027387 25206 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:23.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:23.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/wal
15:03:23.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/data
15:03:23.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:03:23.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:03:23.027 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/logs
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/data/info.pb
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:03:23.028 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.129:0
15:03:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.157.129
15:03:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.129
15:03:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:23.029 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:23.030 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:03:23.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.145880 25709 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:03:23.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.146209 25709 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:03:23.146 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.146277 25709 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:03:23.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.150468 25709 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:03:23.150 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.150568 25709 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.24.157.129
15:03:23.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.155544 25709 tablet_server_runner.cc:78] Tablet server non-default flags:
15:03:23.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:23.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:23.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:23.155 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/data
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/wal
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.129:0
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/data/info.pb
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.129
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25709
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.157.129
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/logs
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 13:59:13 UTC on ccycloud.quasar-sqcett.root.comops.site
15:03:23.156 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4580140
15:03:23.157 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.156826 25709 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
15:03:23.158 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.158191 25709 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:03:23.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.167884 25739 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.167884 25727 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.167910 25724 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.168144 25709 server_base.cc:1034] running on GCE node
15:03:23.168 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.168680 25709 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:03:23.169 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.169466 25709 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:03:23.170 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.170657 25709 hybrid_clock.cc:648] HybridClock initialized: now 1786460603170620 us; error 49 us; skew 500 ppm
15:03:23.172 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.172564 25709 webserver.cc:460] Webserver started at http://127.24.157.129:41697/ using document root <none> and password file <none>
15:03:23.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.173100 25709 fs_manager.cc:359] Metadata directory not provided
15:03:23.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.173163 25709 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:03:23.173 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.173362 25709 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:03:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.175908 25709 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/data/instance:
15:03:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "44dac3435dd24f84b7e210bfaea48713"
15:03:23.176 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.177254 25709 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/wal/instance:
15:03:23.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "44dac3435dd24f84b7e210bfaea48713"
15:03:23.177 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.181 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.181419 25709 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.003s
15:03:23.184 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.184155 25747 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:03:23.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.185511 25709 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.003s	sys 0.000s
15:03:23.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.185657 25709 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/data,/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/wal
15:03:23.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "44dac3435dd24f84b7e210bfaea48713"
15:03:23.185 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.185792 25709 fs_report.cc:383] FS layout report
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/wal
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/wal
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/data/data
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:03:23.186 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:03:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:03:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:03:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:03:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:03:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:03:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:03:23.187 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:03:23.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.202883 25709 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:03:23.203 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.203709 25709 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
15:03:23.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.203943 25709 kserver.cc:163] Server-wide thread pool size limit: 3276
15:03:23.204 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.204633 25709 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:03:23.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.205710 25709 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:03:23.205 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.205788 25709 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:03:23.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.205847 25709 ts_tablet_manager.cc:610] Registered 0 tablets
15:03:23.206 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.205870 25709 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:03:23.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.215067 25709 rpc_server.cc:307] RPC server started. Bound to: 127.24.157.129:33879
15:03:23.215 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.215082 25937 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.157.129:33879 every 8 connection(s)
15:03:23.216 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.216033 25709 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/data/info.pb
15:03:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.226148 25206 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu as pid 25709
15:03:23.227 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.226261 25206 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-0/wal/instance
15:03:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.228003 25942 heartbeater.cc:347] Connected to a master server at 127.24.157.189:38491
15:03:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.228174 25940 heartbeater.cc:347] Connected to a master server at 127.24.157.188:40935
15:03:23.228 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.228298 25940 heartbeater.cc:464] Registering TS with master...
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.228971 25940 heartbeater.cc:511] Master 127.24.157.188:40935 requested a full tablet report, sending...
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.229622 25206 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/wal
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/data
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:03:23.232 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/logs
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/data/info.pb
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.130:0
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.157.130
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.130
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.229754 25941 heartbeater.cc:347] Connected to a master server at 127.24.157.190:33089
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.229825 25941 heartbeater.cc:464] Registering TS with master...
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.230031 25941 heartbeater.cc:511] Master 127.24.157.190:33089 requested a full tablet report, sending...
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.230789 25530 ts_manager.cc:194] Registered new tserver with Master: 44dac3435dd24f84b7e210bfaea48713 (127.24.157.129:33879)
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.228302 25942 heartbeater.cc:464] Registering TS with master...
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.231570 25942 heartbeater.cc:511] Master 127.24.157.189:38491 requested a full tablet report, sending...
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.231743 25282 ts_manager.cc:194] Registered new tserver with Master: 44dac3435dd24f84b7e210bfaea48713 (127.24.157.129:33879)
15:03:23.233 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.232661 25411 ts_manager.cc:194] Registered new tserver with Master: 44dac3435dd24f84b7e210bfaea48713 (127.24.157.129:33879)
15:03:23.234 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.233139 25282 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.24.157.129:46859
15:03:23.347 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.347496 25953 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:03:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.347841 25953 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:03:23.348 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.347896 25953 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:03:23.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.351902 25953 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:03:23.352 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.351996 25953 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.24.157.130
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.357164 25953 tablet_server_runner.cc:78] Tablet server non-default flags:
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/data
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/wal
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.130:0
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/data/info.pb
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.130
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.25953
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:23.357 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.157.130
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/logs
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 13:59:13 UTC on ccycloud.quasar-sqcett.root.comops.site
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4580140
15:03:23.358 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.358201 25953 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
15:03:23.359 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.359529 25953 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:03:23.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.369097 25960 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.369097 25967 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.369148 25962 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.369 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.369570 25953 server_base.cc:1034] running on GCE node
15:03:23.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.370020 25953 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:03:23.370 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.370707 25953 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:03:23.372 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.372053 25953 hybrid_clock.cc:648] HybridClock initialized: now 1786460603372032 us; error 41 us; skew 500 ppm
15:03:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.373925 25953 webserver.cc:460] Webserver started at http://127.24.157.130:43407/ using document root <none> and password file <none>
15:03:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.374477 25953 fs_manager.cc:359] Metadata directory not provided
15:03:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.374539 25953 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:03:23.374 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.374709 25953 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:03:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.376621 25953 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/data/instance:
15:03:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "46cc108cdc534b7c88cce93f593f4b44"
15:03:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.377223 25953 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/wal/instance:
15:03:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "46cc108cdc534b7c88cce93f593f4b44"
15:03:23.377 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.381 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.381098 25953 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.004s	sys 0.000s
15:03:23.383 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.383577 25979 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.385031 25953 fs_manager.cc:725] Time spent opening block manager: real 0.003s	user 0.002s	sys 0.000s
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.385187 25953 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/data,/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/wal
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "46cc108cdc534b7c88cce93f593f4b44"
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.385310 25953 fs_report.cc:383] FS layout report
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/wal
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/wal
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/data/data
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:03:23.385 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:03:23.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:03:23.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:03:23.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:03:23.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:03:23.386 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:03:23.411 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.411584 25953 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:03:23.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.412508 25953 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
15:03:23.412 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.412745 25953 kserver.cc:163] Server-wide thread pool size limit: 3276
15:03:23.413 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.413523 25953 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:03:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.414746 25953 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:03:23.414 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.414825 25953 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:03:23.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.414883 25953 ts_tablet_manager.cc:610] Registered 0 tablets
15:03:23.415 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.414907 25953 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:03:23.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.424435 25953 rpc_server.cc:307] RPC server started. Bound to: 127.24.157.130:34307
15:03:23.424 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.424499 26163 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.157.130:34307 every 8 connection(s)
15:03:23.425 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.425405 25953 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/data/info.pb
15:03:23.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.428347 25206 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu as pid 25953
15:03:23.429 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.428560 25206 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-1/wal/instance
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.431054 25206 external_mini_cluster.cc:1326] Running /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/wal
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/data
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --block_manager=log
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=localhost
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/logs
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/data/info.pb
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:23.431 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) tserver
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) run
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.131:0
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.157.131
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.131
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:23.432 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin with env {}
15:03:23.440 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.440585 26169 heartbeater.cc:347] Connected to a master server at 127.24.157.189:38491
15:03:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.440603 26166 heartbeater.cc:347] Connected to a master server at 127.24.157.188:40935
15:03:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.440893 26166 heartbeater.cc:464] Registering TS with master...
15:03:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.440917 26167 heartbeater.cc:347] Connected to a master server at 127.24.157.190:33089
15:03:23.441 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.441030 26167 heartbeater.cc:464] Registering TS with master...
15:03:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.440893 26169 heartbeater.cc:464] Registering TS with master...
15:03:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.441655 26166 heartbeater.cc:511] Master 127.24.157.188:40935 requested a full tablet report, sending...
15:03:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.441656 26167 heartbeater.cc:511] Master 127.24.157.190:33089 requested a full tablet report, sending...
15:03:23.442 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.441869 26169 heartbeater.cc:511] Master 127.24.157.189:38491 requested a full tablet report, sending...
15:03:23.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.442916 25282 ts_manager.cc:194] Registered new tserver with Master: 46cc108cdc534b7c88cce93f593f4b44 (127.24.157.130:34307)
15:03:23.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.442970 25530 ts_manager.cc:194] Registered new tserver with Master: 46cc108cdc534b7c88cce93f593f4b44 (127.24.157.130:34307)
15:03:23.443 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.443765 25282 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.24.157.130:38041
15:03:23.444 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.444590 25411 ts_manager.cc:194] Registered new tserver with Master: 46cc108cdc534b7c88cce93f593f4b44 (127.24.157.130:34307)
15:03:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.559783 26177 flags.cc:425] Enabled unsafe flag: --openssl_security_level_override=0
15:03:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.560101 26177 flags.cc:425] Enabled unsafe flag: --rpc_server_allow_ephemeral_ports=true
15:03:23.560 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.560177 26177 flags.cc:425] Enabled unsafe flag: --never_fsync=true
15:03:23.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.564642 26177 flags.cc:425] Enabled experimental flag: --ipki_server_key_size=768
15:03:23.564 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.564770 26177 flags.cc:425] Enabled experimental flag: --local_ip_for_outbound_sockets=127.24.157.131
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.569882 26177 tablet_server_runner.cc:78] Tablet server non-default flags:
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_poll_interval_ms=100
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --builtin_ntp_servers=127.24.157.148:46041
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ntp_initial_sync_wait_secs=10
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --time_source=builtin
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_data_dirs=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/data
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --fs_wal_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/wal
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --ipki_server_key_size=768
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --openssl_security_level_override=0
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_bind_addresses=127.24.157.131:0
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --rpc_server_allow_ephemeral_ports=true
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --metrics_log_interval_ms=1000
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_format=pb
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --server_dump_info_path=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/data/info.pb
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_interface=127.24.157.131
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --webserver_port=0
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --tserver_master_addrs=127.24.157.190:33089,127.24.157.189:38491,127.24.157.188:40935
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --never_fsync=true
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --heap_profile_path=/tmp/kudu.26177
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --redact=none
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_experimental_flags=true
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --unlock_unsafe_flags=true
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --enable_minidumps=false
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --local_ip_for_outbound_sockets=127.24.157.131
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --log_dir=/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/logs
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logbuflevel=-1
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --logtostderr=true
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Tablet server version:
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) kudu 1.18.0-SNAPSHOT
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) revision c2d25d5f57d102d9ad9869eaf208d035a22e18aa
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build type DEBUG
15:03:23.570 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) built by systest at 11 Aug 2026 13:59:13 UTC on ccycloud.quasar-sqcett.root.comops.site
15:03:23.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) build id 4580140
15:03:23.571 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.571059 26177 env_posix.cc:2256] Not raising this process' open files per process limit of 1048576; it is already as high as it can go
15:03:23.572 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.572526 26177 file_cache.cc:493] Constructed file cache file cache with capacity 419430
15:03:23.582 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.582634 26187 instance_detector.cc:116] could not retrieve Azure instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.582844 26177 server_base.cc:1034] running on GCE node
15:03:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.582633 26186 instance_detector.cc:116] could not retrieve AWS instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) W20260811 15:03:23.582711 26189 instance_detector.cc:116] could not retrieve OpenStack instance metadata: Network error: curl error: HTTP response code said error: The requested URL returned error: 404
15:03:23.583 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.583554 26177 hybrid_clock.cc:584] initializing the hybrid clock with 'builtin' time source
15:03:23.584 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.584215 26177 hybrid_clock.cc:630] waiting up to --ntp_initial_sync_wait_secs=10 seconds for the clock to synchronize
15:03:23.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.585412 26177 hybrid_clock.cc:648] HybridClock initialized: now 1786460603585383 us; error 39 us; skew 500 ppm
15:03:23.587 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.587268 26177 webserver.cc:460] Webserver started at http://127.24.157.131:39403/ using document root <none> and password file <none>
15:03:23.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.587883 26177 fs_manager.cc:359] Metadata directory not provided
15:03:23.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.587982 26177 fs_manager.cc:365] Using write-ahead log directory (fs_wal_dir) as metadata directory
15:03:23.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.588265 26177 server_base.cc:882] This appears to be a new deployment of Kudu; creating new FS layout
15:03:23.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.590488 26177 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/data/instance:
15:03:23.590 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b605cbf324d43cc8eb65b06f090d28a"
15:03:23.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.591126 26177 fs_manager.cc:1063] Generated new instance metadata in path /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/wal/instance:
15:03:23.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b605cbf324d43cc8eb65b06f090d28a"
15:03:23.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.595031 26177 fs_manager.cc:691] Time spent creating directory manager: real 0.004s	user 0.000s	sys 0.006s
15:03:23.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.597597 26201 log_block_manager.cc:3774] Time spent loading block containers with low live blocks: real 0.000s	user 0.000s	sys 0.000s
15:03:23.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.598809 26177 fs_manager.cc:725] Time spent opening block manager: real 0.002s	user 0.001s	sys 0.000s
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.598949 26177 fs_manager.cc:642] Opened local filesystem: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/data,/tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/wal
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) uuid: "2b605cbf324d43cc8eb65b06f090d28a"
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) format_stamp: "Formatted at 2026-08-11 15:03:23 on dist-test-slave-7vjv"
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.599067 26177 fs_report.cc:383] FS layout report
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) --------------------
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) wal directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/wal
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) metadata directory: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/wal
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 1 data directories: /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/data/data
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live blocks: 0
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes: 0
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total live bytes (after alignment): 0
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total number of LBM containers: 0 (0 full)
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for missing blocks
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Did not check for orphaned blocks
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM containers with extra space: 0 (0 repaired)
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total full LBM container extra space in bytes: 0 (0 repaired)
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total incomplete LBM containers: 0 (0 repaired)
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total LBM partial records: 0 (0 repaired)
15:03:23.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) Total corrupted LBM metadata records in RocksDB: 0 (0 repaired)
15:03:23.610 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.610088 26177 rpc_server.cc:225] running with OpenSSL 1.0.2k-fips  26 Jan 2017
15:03:23.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.610816 26177 env_posix.cc:2256] Not raising this process' running threads per effective uid limit of 18446744073709551615; it is already as high as it can go
15:03:23.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.611040 26177 kserver.cc:163] Server-wide thread pool size limit: 3276
15:03:23.611 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.611652 26177 txn_system_client.cc:433] TxnSystemClient initialization is disabled...
15:03:23.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.612731 26177 ts_tablet_manager.cc:579] Loaded tablet metadata (0 total tablets, 0 live tablets)
15:03:23.612 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.612805 26177 ts_tablet_manager.cc:525] Time spent load tablet metadata: real 0.000s	user 0.000s	sys 0.000s
15:03:23.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.612864 26177 ts_tablet_manager.cc:610] Registered 0 tablets
15:03:23.613 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.612887 26177 ts_tablet_manager.cc:589] Time spent register tablets: real 0.000s	user 0.000s	sys 0.000s
15:03:23.622 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.622735 26177 rpc_server.cc:307] RPC server started. Bound to: 127.24.157.131:40459
15:03:23.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.622761 26387 acceptor_pool.cc:254] collecting diagnostics on the listening RPC socket 127.24.157.131:40459 every 8 connection(s)
15:03:23.623 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.623703 26177 server_base.cc:1166] Dumped server information to /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/data/info.pb
15:03:23.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.629940 25206 external_mini_cluster.cc:1388] Started /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu as pid 26177
15:03:23.630 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.630077 25206 external_mini_cluster.cc:1402] Reading /tmp/dist-test-taskRGdRXo/test-tmp/mini-kudu-cluster4743146876617405721/ts-2/wal/instance
15:03:23.636 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.636659 26388 heartbeater.cc:347] Connected to a master server at 127.24.157.188:40935
15:03:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.636668 26390 heartbeater.cc:347] Connected to a master server at 127.24.157.189:38491
15:03:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.636669 26389 heartbeater.cc:347] Connected to a master server at 127.24.157.190:33089
15:03:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.636974 26389 heartbeater.cc:464] Registering TS with master...
15:03:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.636971 26388 heartbeater.cc:464] Registering TS with master...
15:03:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.636971 26390 heartbeater.cc:464] Registering TS with master...
15:03:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.637609 26389 heartbeater.cc:511] Master 127.24.157.190:33089 requested a full tablet report, sending...
15:03:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.637609 26388 heartbeater.cc:511] Master 127.24.157.188:40935 requested a full tablet report, sending...
15:03:23.637 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.637609 26390 heartbeater.cc:511] Master 127.24.157.189:38491 requested a full tablet report, sending...
15:03:23.638 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.638784 25411 ts_manager.cc:194] Registered new tserver with Master: 2b605cbf324d43cc8eb65b06f090d28a (127.24.157.131:40459)
15:03:23.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.638834 25530 ts_manager.cc:194] Registered new tserver with Master: 2b605cbf324d43cc8eb65b06f090d28a (127.24.157.131:40459)
15:03:23.639 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.639386 25282 ts_manager.cc:194] Registered new tserver with Master: 2b605cbf324d43cc8eb65b06f090d28a (127.24.157.131:40459)
15:03:23.640 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.640010 25282 master_service.cc:496] Signed X509 certificate for tserver {username='slave'} at 127.24.157.131:38639
15:03:23.651 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.650831 25206 external_mini_cluster.cc:930] 3 TS(s) registered with all masters
15:03:23.651 [DEBUG - main] (MiniKuduCluster.java:195) Response: 
15:03:23.652 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_masters {
}

15:03:23.661 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_masters {
  masters {
    id {
      type: MASTER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.157.190"
      port: 33089
    }
    bound_http_address {
      host: "127.24.157.190"
      port: 38069
    }
  }
  masters {
    id {
      type: MASTER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.157.189"
      port: 38491
    }
    bound_http_address {
      host: "127.24.157.189"
      port: 41493
    }
  }
  masters {
    id {
      type: MASTER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.157.188"
      port: 40935
    }
    bound_http_address {
      host: "127.24.157.188"
      port: 39119
    }
  }
}

15:03:23.667 [DEBUG - main] (MiniKuduCluster.java:185) Request: get_tservers {
}

15:03:23.669 [DEBUG - main] (MiniKuduCluster.java:195) Response: get_tservers {
  tservers {
    id {
      type: TSERVER
      index: 0
    }
    bound_rpc_address {
      host: "127.24.157.129"
      port: 33879
    }
    bound_http_address {
      host: "127.24.157.129"
      port: 41697
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 1
    }
    bound_rpc_address {
      host: "127.24.157.130"
      port: 34307
    }
    bound_http_address {
      host: "127.24.157.130"
      port: 43407
    }
  }
  tservers {
    id {
      type: TSERVER
      index: 2
    }
    bound_rpc_address {
      host: "127.24.157.131"
      port: 40459
    }
    bound_http_address {
      host: "127.24.157.131"
      port: 39403
    }
  }
}

15:03:23.673 [INFO - main] (KuduTestHarness.java:157) Creating a new Kudu client...
15:03:23.682 [DEBUG - main] (InternalLoggerFactory.java:63) Using SLF4J as the default logging framework
15:03:23.687 [DEBUG - main] (ResourceLeakDetector.java:129) -Dorg.apache.kudu.shaded.io.netty.leakDetection.level: simple
15:03:23.687 [DEBUG - main] (ResourceLeakDetector.java:130) -Dorg.apache.kudu.shaded.io.netty.leakDetection.targetRecords: 4
15:03:23.693 [DEBUG - main] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@78365cfa
15:03:23.711 [DEBUG - main] (PlatformDependent0.java:497) -Dio.netty.noUnsafe: false
15:03:23.711 [DEBUG - main] (PlatformDependent0.java:1001) Java version: 8
15:03:23.712 [DEBUG - main] (PlatformDependent0.java:137) sun.misc.Unsafe.theUnsafe: available
15:03:23.712 [DEBUG - main] (PlatformDependent0.java:161) sun.misc.Unsafe.copyMemory: available
15:03:23.713 [DEBUG - main] (PlatformDependent0.java:193) sun.misc.Unsafe.storeFence: available
15:03:23.713 [DEBUG - main] (PlatformDependent0.java:236) java.nio.Buffer.address: available
15:03:23.713 [DEBUG - main] (PlatformDependent0.java:308) direct buffer constructor: available
15:03:23.714 [DEBUG - main] (PlatformDependent0.java:386) java.nio.Bits.unaligned: available, true
15:03:23.714 [DEBUG - main] (PlatformDependent0.java:460) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
15:03:23.714 [DEBUG - main] (PlatformDependent0.java:483) java.nio.DirectByteBuffer.<init>(long, {int,long}): available
15:03:23.714 [DEBUG - main] (PlatformDependent.java:1159) sun.misc.Unsafe: available
15:03:23.715 [DEBUG - main] (PlatformDependent.java:1289) -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
15:03:23.715 [DEBUG - main] (PlatformDependent.java:1368) -Dio.netty.bitMode: 64 (sun.arch.data.model)
15:03:23.715 [DEBUG - main] (PlatformDependent.java:178) -Dio.netty.maxDirectMemory: 3799121920 bytes
15:03:23.716 [DEBUG - main] (PlatformDependent.java:185) -Dio.netty.uninitializedArrayAllocationThreshold: -1
15:03:23.717 [DEBUG - main] (CleanerJava6.java:92) java.nio.ByteBuffer.cleaner(): available
15:03:23.717 [DEBUG - main] (PlatformDependent.java:205) -Dio.netty.noPreferDirect: false
15:03:23.725 [DEBUG - main] (PlatformDependent.java:1010) org.jctools-core.MpscChunkedArrayQueue: available
15:03:23.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.725656 25626 catalog_manager.cc:1259] Loaded cluster ID: d3e93a1c2346486fa471dd053986f5d2
15:03:23.725 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.725764 25626 catalog_manager.cc:1552] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: loading cluster ID for follower catalog manager: success
15:03:23.728 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.727896 25626 catalog_manager.cc:1574] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: acquiring CA information for follower catalog manager: success
15:03:23.729 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.729159 25626 catalog_manager.cc:1602] T 00000000000000000000000000000000 P d41fac56b43e4b448eaec48c9af0e990: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:03:23.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.752880 25651 catalog_manager.cc:1259] Loaded cluster ID: d3e93a1c2346486fa471dd053986f5d2
15:03:23.753 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.752991 25651 catalog_manager.cc:1552] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: loading cluster ID for follower catalog manager: success
15:03:23.755 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.755543 25651 catalog_manager.cc:1574] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: acquiring CA information for follower catalog manager: success
15:03:23.757 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:23.757062 25651 catalog_manager.cc:1602] T 00000000000000000000000000000000 P 21e9a7f59ee54fadaeeb42c993b3e337: importing token verification keys for follower catalog manager: success; most recent TSK sequence number 0
15:03:23.760 [DEBUG - main] (MultithreadEventLoopGroup.java:44) -Dio.netty.eventLoopThreads: 2
15:03:23.769 [DEBUG - main] (GlobalEventExecutor.java:53) -Dio.netty.globalEventExecutor.quietPeriodSeconds: 1
15:03:23.775 [DEBUG - main] (InternalThreadLocalMap.java:100) -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
15:03:23.775 [DEBUG - main] (InternalThreadLocalMap.java:101) -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
15:03:23.781 [DEBUG - main] (NioEventLoop.java:110) -Dio.netty.noKeySetOptimization: false
15:03:23.782 [DEBUG - main] (NioEventLoop.java:111) -Dio.netty.selectorAutoRebuildThreshold: 512
15:03:23.814 [DEBUG - main] (PooledByteBufAllocator.java:157) -Dio.netty.allocator.numHeapArenas: 2
15:03:23.814 [DEBUG - main] (PooledByteBufAllocator.java:158) -Dio.netty.allocator.numDirectArenas: 2
15:03:23.814 [DEBUG - main] (PooledByteBufAllocator.java:160) -Dio.netty.allocator.pageSize: 8192
15:03:23.814 [DEBUG - main] (PooledByteBufAllocator.java:165) -Dio.netty.allocator.maxOrder: 9
15:03:23.814 [DEBUG - main] (PooledByteBufAllocator.java:169) -Dio.netty.allocator.chunkSize: 4194304
15:03:23.815 [DEBUG - main] (PooledByteBufAllocator.java:170) -Dio.netty.allocator.smallCacheSize: 256
15:03:23.815 [DEBUG - main] (PooledByteBufAllocator.java:171) -Dio.netty.allocator.normalCacheSize: 64
15:03:23.815 [DEBUG - main] (PooledByteBufAllocator.java:172) -Dio.netty.allocator.maxCachedBufferCapacity: 32768
15:03:23.815 [DEBUG - main] (PooledByteBufAllocator.java:173) -Dio.netty.allocator.cacheTrimInterval: 8192
15:03:23.815 [DEBUG - main] (PooledByteBufAllocator.java:174) -Dio.netty.allocator.cacheTrimIntervalMillis: 0
15:03:23.815 [DEBUG - main] (PooledByteBufAllocator.java:175) -Dio.netty.allocator.useCacheForAllThreads: false
15:03:23.816 [DEBUG - main] (PooledByteBufAllocator.java:176) -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
15:03:23.845 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:03:23.985 [INFO - main] (Logging.scala:57) Running Spark version 3.1.2
15:03:24.224 [WARN - main] (NativeCodeLoader.java:60) Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
15:03:24.235 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:24.235324 25941 heartbeater.cc:503] Master 127.24.157.190:33089 was elected leader, sending a full tablet report...
15:03:24.362 [INFO - main] (Logging.scala:57) ==============================================================
15:03:24.363 [INFO - main] (Logging.scala:57) No custom resources configured for spark.driver.
15:03:24.363 [INFO - main] (Logging.scala:57) ==============================================================
15:03:24.364 [INFO - main] (Logging.scala:57) Submitted application: test
15:03:24.402 [INFO - main] (Logging.scala:57) Default ResourceProfile created, executor resources: Map(cores -> name: cores, amount: 1, script: , vendor: , memory -> name: memory, amount: 1024, script: , vendor: , offHeap -> name: offHeap, amount: 0, script: , vendor: ), task resources: Map(cpus -> name: cpus, amount: 1.0)
15:03:24.422 [INFO - main] (Logging.scala:57) Limiting resource is cpu
15:03:24.423 [INFO - main] (Logging.scala:57) Added ResourceProfile id: 0
15:03:24.446 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:24.445763 26167 heartbeater.cc:503] Master 127.24.157.190:33089 was elected leader, sending a full tablet report...
15:03:24.556 [INFO - main] (Logging.scala:57) Changing view acls to: slave
15:03:24.557 [INFO - main] (Logging.scala:57) Changing modify acls to: slave
15:03:24.558 [INFO - main] (Logging.scala:57) Changing view acls groups to: 
15:03:24.558 [INFO - main] (Logging.scala:57) Changing modify acls groups to: 
15:03:24.559 [INFO - main] (Logging.scala:57) SecurityManager: authentication disabled; ui acls disabled; users  with view permissions: Set(slave); groups with view permissions: Set(); users  with modify permissions: Set(slave); groups with modify permissions: Set()
15:03:24.641 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:24.641659 26389 heartbeater.cc:503] Master 127.24.157.190:33089 was elected leader, sending a full tablet report...
15:03:24.913 [INFO - main] (Logging.scala:57) Successfully started service 'sparkDriver' on port 44637.
15:03:24.951 [INFO - main] (Logging.scala:57) Registering MapOutputTracker
15:03:24.993 [INFO - main] (Logging.scala:57) Registering BlockManagerMaster
15:03:25.020 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.DefaultTopologyMapper for getting topology information
15:03:25.021 [INFO - main] (Logging.scala:57) BlockManagerMasterEndpoint up
15:03:25.027 [INFO - main] (Logging.scala:57) Registering BlockManagerMasterHeartbeat
15:03:25.045 [INFO - main] (Logging.scala:57) Created local directory at /tmp/blockmgr-a90ca2d8-f4ca-4131-a4e8-cddd9f00cedf
15:03:25.096 [INFO - main] (Logging.scala:57) MemoryStore started with capacity 1993.9 MiB
15:03:25.116 [INFO - main] (Logging.scala:57) Registering OutputCommitCoordinator
15:03:25.322 [INFO - main] (Logging.scala:57) Starting executor ID driver on host dist-test-slave-7vjv.c.gcp-upstream.internal
15:03:25.358 [INFO - main] (Logging.scala:57) Successfully started service 'org.apache.spark.network.netty.NettyBlockTransferService' on port 40007.
15:03:25.359 [INFO - main] (NettyBlockTransferService.scala:81) Server created on dist-test-slave-7vjv.c.gcp-upstream.internal:40007
15:03:25.361 [INFO - main] (Logging.scala:57) Using org.apache.spark.storage.RandomBlockReplicationPolicy for block replication policy
15:03:25.369 [INFO - main] (Logging.scala:57) Registering BlockManager BlockManagerId(driver, dist-test-slave-7vjv.c.gcp-upstream.internal, 40007, None)
15:03:25.374 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Registering block manager dist-test-slave-7vjv.c.gcp-upstream.internal:40007 with 1993.9 MiB RAM, BlockManagerId(driver, dist-test-slave-7vjv.c.gcp-upstream.internal, 40007, None)
15:03:25.378 [INFO - main] (Logging.scala:57) Registered BlockManager BlockManagerId(driver, dist-test-slave-7vjv.c.gcp-upstream.internal, 40007, None)
15:03:25.380 [INFO - main] (Logging.scala:57) Initialized BlockManager: BlockManagerId(driver, dist-test-slave-7vjv.c.gcp-upstream.internal, 40007, None)
15:03:25.624 [INFO - main] (Log.java:169) Logging initialized @5689ms to org.sparkproject.jetty.util.log.Slf4jLog
15:03:25.875 [DEBUG - main] (SecurityUtil.java:122) Could not login via JAAS. Using no credentials: Unable to obtain Principal Name for authentication 
15:03:25.934 [DEBUG - main] (Connection.java:748) [peer master-127.24.157.190:33089(127.24.157.190:33089)] connecting to peer
15:03:25.939 [DEBUG - main] (DefaultChannelId.java:79) -Dio.netty.processId: 25179 (auto-detected)
15:03:25.942 [DEBUG - main] (NetUtil.java:148) -Djava.net.preferIPv4Stack: true
15:03:25.942 [DEBUG - main] (NetUtil.java:149) -Djava.net.preferIPv6Addresses: false
15:03:25.944 [DEBUG - main] (NetUtilInitializations.java:145) Loopback interface: lo (lo, 127.0.0.1)
15:03:25.945 [DEBUG - main] (NetUtil.java:188) /proc/sys/net/core/somaxconn: 4096
15:03:25.946 [DEBUG - main] (DefaultChannelId.java:101) -Dio.netty.machineId: 02:42:77:ff:fe:d0:95:4c (auto-detected)
15:03:25.970 [DEBUG - main] (ByteBufUtil.java:88) -Dio.netty.allocator.type: pooled
15:03:25.971 [DEBUG - main] (ByteBufUtil.java:97) -Dio.netty.threadLocalDirectBufferSize: 0
15:03:25.971 [DEBUG - main] (ByteBufUtil.java:100) -Dio.netty.maxThreadLocalCharBufferSize: 16384
15:03:25.981 [DEBUG - main] (Connection.java:748) [peer master-127.24.157.188:40935(127.24.157.188:40935)] connecting to peer
15:03:25.983 [DEBUG - main] (Connection.java:748) [peer master-127.24.157.189:38491(127.24.157.189:38491)] connecting to peer
15:03:26.008 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.24.157.190:33089(127.24.157.190:33089)] Successfully connected to peer
15:03:26.008 [DEBUG - kudu-nio-1] (Connection.java:757) [peer master-127.24.157.188:40935(127.24.157.188:40935)] Successfully connected to peer
15:03:26.021 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:63) -Dorg.apache.kudu.shaded.io.netty.buffer.checkAccessible: true
15:03:26.021 [DEBUG - kudu-nio-0] (AbstractByteBuf.java:64) -Dorg.apache.kudu.shaded.io.netty.buffer.checkBounds: true
15:03:26.021 [DEBUG - kudu-nio-0] (ResourceLeakDetectorFactory.java:196) Loaded default ResourceLeakDetector: org.apache.kudu.shaded.io.netty.util.ResourceLeakDetector@2bf2e04a
15:03:26.027 [DEBUG - kudu-nio-1] (Recycler.java:96) -Dio.netty.recycler.maxCapacityPerThread: 4096
15:03:26.027 [DEBUG - kudu-nio-1] (Recycler.java:97) -Dio.netty.recycler.ratio: 8
15:03:26.027 [DEBUG - kudu-nio-1] (Recycler.java:98) -Dio.netty.recycler.chunkSize: 32
15:03:26.027 [DEBUG - kudu-nio-1] (Recycler.java:99) -Dio.netty.recycler.blocking: false
15:03:26.028 [DEBUG - kudu-nio-1] (Recycler.java:100) -Dio.netty.recycler.batchFastThreadLocalOnly: true
15:03:26.079 [DEBUG - kudu-nio-0] (Connection.java:757) [peer master-127.24.157.189:38491(127.24.157.189:38491)] Successfully connected to peer
15:03:26.104 [DEBUG - kudu-nio-1] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.24.157.188
15:03:26.104 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.24.157.190
15:03:26.201 [DEBUG - kudu-nio-0] (Negotiator.java:529) SASL mechanism PLAIN chosen for peer 127.24.157.189
15:03:26.299 [DEBUG - kudu-nio-1] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
15:03:26.318 [DEBUG - kudu-nio-0] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
15:03:26.321 [DEBUG - kudu-nio-0] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
15:03:26.325 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x6b983dcf, L:/127.0.0.1:43034 - R:/127.24.157.190:33089] using SASL/PLAIN
15:03:26.312 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x7fbac39c, L:/127.0.0.1:53468 - R:/127.24.157.188:40935] using SASL/PLAIN
15:03:26.330 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0x46bfef59, L:/127.0.0.1:47132 - R:/127.24.157.189:38491] using SASL/PLAIN
15:03:26.388 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet Kudu Master for table 'Kudu Master' with partition [<start>, <end>)
15:03:26.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.458209 25282 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43034:
15:03:26.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "test"
15:03:26.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:03:26.460 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c1_i"
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c2_s"
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.461 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c3_double"
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DOUBLE
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c4_long"
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c5_bool"
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BOOL
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.462 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c6_short"
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT16
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c7_float"
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: FLOAT
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c8_binary"
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: BINARY
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.463 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c9_unixtime_micros"
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: UNIXTIME_MICROS
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.464 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c10_byte"
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT8
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c11_decimal32"
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL32
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 9
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c12_decimal64"
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL64
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 18
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c13_decimal128"
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DECIMAL128
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       precision: 38
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.465 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c14_varchar"
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: VARCHAR
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type_attributes {
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       length: 65535
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "c15_date"
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: DATE
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\006\000\000\000\000\007\001\000\000\0002\000\000\000\006\001\000\000\0002\000\000\000\007\000\000\000\000"
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:03:26.466 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) owner: "testuser"
15:03:26.495 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.494429 25820 tablet_service.cc:1467] Processing CreateTablet for tablet cdc763a0cc2341b9a13bfc6f33aeabcf (DEFAULT_TABLE table=test [id=4da3fdd677404f7d84014bd2ee3f2535]), partition=RANGE (key) PARTITION 50 <= VALUES
15:03:26.496 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.496325 25820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet cdc763a0cc2341b9a13bfc6f33aeabcf. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:26.501 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.500653 26283 tablet_service.cc:1467] Processing CreateTablet for tablet 7af8635716954d1091de84c886e88418 (DEFAULT_TABLE table=test [id=4da3fdd677404f7d84014bd2ee3f2535]), partition=RANGE (key) PARTITION VALUES < 50
15:03:26.502 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.502714 26283 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 7af8635716954d1091de84c886e88418. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:26.508 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.508631 26492 tablet_bootstrap.cc:492] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713: Bootstrap starting.
15:03:26.511 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.511260 26492 tablet_bootstrap.cc:654] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713: Neither blocks nor log segments found. Creating new log.
15:03:26.511 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 4da3fdd677404f7d84014bd2ee3f2535
15:03:26.512 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.512683 26493 tablet_bootstrap.cc:492] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a: Bootstrap starting.
15:03:26.513 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.513033 26492 log.cc:824] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713: Log is configured to *not* fsync() on all Append() calls
15:03:26.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.515435 26493 tablet_bootstrap.cc:654] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a: Neither blocks nor log segments found. Creating new log.
15:03:26.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.515502 26492 tablet_bootstrap.cc:492] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713: No bootstrap required, opened a new log
15:03:26.515 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.515698 26492 ts_tablet_manager.cc:1397] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713: Time spent bootstrapping tablet: real 0.007s	user 0.000s	sys 0.004s
15:03:26.517 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.517570 26493 log.cc:824] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a: Log is configured to *not* fsync() on all Append() calls
15:03:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.519950 26493 tablet_bootstrap.cc:492] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a: No bootstrap required, opened a new log
15:03:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.520074 26492 raft_consensus.cc:348] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.520368 26493 ts_tablet_manager.cc:1397] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a: Time spent bootstrapping tablet: real 0.008s	user 0.006s	sys 0.000s
15:03:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.520377 26492 raft_consensus.cc:374] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:26.520 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.520439 26492 raft_consensus.cc:729] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44dac3435dd24f84b7e210bfaea48713, State: Initialized, Role: FOLLOWER
15:03:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.520924 26492 consensus_queue.cc:260] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.521108 26492 raft_consensus.cc:388] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:03:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.521173 26492 raft_consensus.cc:482] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:03:26.521 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.521263 26492 raft_consensus.cc:3037] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Advancing to term 1
15:03:26.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.522390 26492 raft_consensus.cc:504] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.522 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.522789 26492 leader_election.cc:302] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 44dac3435dd24f84b7e210bfaea48713; no voters: 
15:03:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.523135 26492 leader_election.cc:288] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:03:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.523259 26496 raft_consensus.cc:2781] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 1 FOLLOWER]: Leader election won for term 1
15:03:26.523 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.523706 26496 raft_consensus.cc:686] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [term 1 LEADER]: Becoming Leader. State: Replica: 44dac3435dd24f84b7e210bfaea48713, State: Running, Role: LEADER
15:03:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.524264 26496 consensus_queue.cc:237] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.524 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.524613 26493 raft_consensus.cc:348] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } }
15:03:26.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.524860 26493 raft_consensus.cc:374] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:26.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.524920 26493 raft_consensus.cc:729] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b605cbf324d43cc8eb65b06f090d28a, State: Initialized, Role: FOLLOWER
15:03:26.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.524365 26492 ts_tablet_manager.cc:1428] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713: Time spent starting tablet: real 0.009s	user 0.005s	sys 0.005s
15:03:26.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.525388 26493 consensus_queue.cc:260] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } }
15:03:26.525 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.525704 26493 raft_consensus.cc:388] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:03:26.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.525887 26493 raft_consensus.cc:482] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:03:26.526 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.526016 26493 raft_consensus.cc:3037] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Advancing to term 1
15:03:26.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.527204 26493 raft_consensus.cc:504] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } }
15:03:26.527 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.527669 26493 leader_election.cc:302] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 2b605cbf324d43cc8eb65b06f090d28a; no voters: 
15:03:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.528132 26493 leader_election.cc:288] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [CANDIDATE]: Term 1 election: Requested vote from peers 
15:03:26.528 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.528541 26504 raft_consensus.cc:2781] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 1 FOLLOWER]: Leader election won for term 1
15:03:26.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.528887 26504 raft_consensus.cc:686] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [term 1 LEADER]: Becoming Leader. State: Replica: 2b605cbf324d43cc8eb65b06f090d28a, State: Running, Role: LEADER
15:03:26.529 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.529322 26504 consensus_queue.cc:237] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } }
15:03:26.532 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.532667 26493 ts_tablet_manager.cc:1428] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a: Time spent starting tablet: real 0.012s	user 0.008s	sys 0.000s
15:03:26.535 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.533603 25277 catalog_manager.cc:5495] T 7af8635716954d1091de84c886e88418 P 2b605cbf324d43cc8eb65b06f090d28a reported cstate change: term changed from 0 to 1, leader changed from <none> to 2b605cbf324d43cc8eb65b06f090d28a (127.24.157.131). New cstate: current_term: 1 leader_uuid: "2b605cbf324d43cc8eb65b06f090d28a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } health_report { overall_health: HEALTHY } } }
15:03:26.537 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.537101 25282 catalog_manager.cc:5495] T cdc763a0cc2341b9a13bfc6f33aeabcf P 44dac3435dd24f84b7e210bfaea48713 reported cstate change: term changed from 0 to 1, leader changed from <none> to 44dac3435dd24f84b7e210bfaea48713 (127.24.157.129). New cstate: current_term: 1 leader_uuid: "44dac3435dd24f84b7e210bfaea48713" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } health_report { overall_health: HEALTHY } } }
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.558046 25282 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43034:
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "simple-test"
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key"
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.558 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "val"
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key"
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.559 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:03:26.571 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table 24f4be30b6374c0aa9a397fffd50054a
15:03:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.578464 26063 tablet_service.cc:1467] Processing CreateTablet for tablet 58f9640307334d34bd1404057563bf50 (DEFAULT_TABLE table=simple-test [id=24f4be30b6374c0aa9a397fffd50054a]), partition=RANGE (key) PARTITION UNBOUNDED
15:03:26.579 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.579583 26063 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 58f9640307334d34bd1404057563bf50. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:26.585 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.585631 26516 tablet_bootstrap.cc:492] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44: Bootstrap starting.
15:03:26.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.587894 26516 tablet_bootstrap.cc:654] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44: Neither blocks nor log segments found. Creating new log.
15:03:26.588 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.588722 26516 log.cc:824] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44: Log is configured to *not* fsync() on all Append() calls
15:03:26.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.590924 26516 tablet_bootstrap.cc:492] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44: No bootstrap required, opened a new log
15:03:26.591 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.591135 26516 ts_tablet_manager.cc:1397] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44: Time spent bootstrapping tablet: real 0.006s	user 0.000s	sys 0.004s
15:03:26.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.594800 26516 raft_consensus.cc:348] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } }
15:03:26.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.595089 26516 raft_consensus.cc:374] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:26.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.595142 26516 raft_consensus.cc:729] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 46cc108cdc534b7c88cce93f593f4b44, State: Initialized, Role: FOLLOWER
15:03:26.595 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.595672 26516 consensus_queue.cc:260] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } }
15:03:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.596004 26516 raft_consensus.cc:388] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:03:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.596239 26516 raft_consensus.cc:482] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:03:26.596 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.596496 26516 raft_consensus.cc:3037] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Advancing to term 1
15:03:26.597 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.597683 26516 raft_consensus.cc:504] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } }
15:03:26.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.598083 26516 leader_election.cc:302] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 46cc108cdc534b7c88cce93f593f4b44; no voters: 
15:03:26.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.598487 26516 leader_election.cc:288] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:03:26.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.598546 26518 raft_consensus.cc:2781] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 1 FOLLOWER]: Leader election won for term 1
15:03:26.598 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.598786 26518 raft_consensus.cc:686] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [term 1 LEADER]: Becoming Leader. State: Replica: 46cc108cdc534b7c88cce93f593f4b44, State: Running, Role: LEADER
15:03:26.599 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.599263 26518 consensus_queue.cc:237] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } }
15:03:26.600 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.599669 26516 ts_tablet_manager.cc:1428] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44: Time spent starting tablet: real 0.008s	user 0.006s	sys 0.003s
15:03:26.605 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.604542 25282 catalog_manager.cc:5495] T 58f9640307334d34bd1404057563bf50 P 46cc108cdc534b7c88cce93f593f4b44 reported cstate change: term changed from 0 to 1, leader changed from <none> to 46cc108cdc534b7c88cce93f593f4b44 (127.24.157.130). New cstate: current_term: 1 leader_uuid: "46cc108cdc534b7c88cce93f593f4b44" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } health_report { overall_health: HEALTHY } } }
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.663779 25282 catalog_manager.cc:1908] Servicing CreateTable request from {username='slave'} at 127.0.0.1:43034:
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) name: "default.IntegrationTestBigLinkedList"
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) schema {
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key1"
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "key2"
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: true
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "prev1"
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:03:26.664 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "prev2"
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: true
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "row_id"
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT64
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "client"
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: STRING
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   columns {
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     name: "update_count"
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     type: INT32
15:03:26.665 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_key: false
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_nullable: false
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     cfile_block_size: 0
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     immutable: false
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     is_auto_incrementing: false
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) num_replicas: 1
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) split_rows_range_bounds {
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   rows: "<redacted>""\004\001\000\377\377\377\377\377\377\377\377"
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) partition_schema {
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   hash_schema {
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key1"
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     num_buckets: 2
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     seed: 0
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   range_schema {
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     columns {
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)       name: "key1"
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)     }
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751)   }
15:03:26.666 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) }
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.676316 26283 tablet_service.cc:1467] Processing CreateTablet for tablet 52357f1a432d46dbaf3f8d16cdd42583 (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=e79757696ef64fbe94af58ac79efd053]), partition=HASH (key1) PARTITION 1, RANGE (key1) PARTITION VALUES < -1
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.676700 26283 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet 52357f1a432d46dbaf3f8d16cdd42583. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.676435 26063 tablet_service.cc:1467] Processing CreateTablet for tablet c4b68555e18548b3a02d18158105c2ea (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=e79757696ef64fbe94af58ac79efd053]), partition=HASH (key1) PARTITION 0, RANGE (key1) PARTITION -1 <= VALUES
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.677210 26063 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet c4b68555e18548b3a02d18158105c2ea. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.679210 26493 tablet_bootstrap.cc:492] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a: Bootstrap starting.
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.680083 26493 tablet_bootstrap.cc:654] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a: Neither blocks nor log segments found. Creating new log.
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.680598 26516 tablet_bootstrap.cc:492] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44: Bootstrap starting.
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.681805 26516 tablet_bootstrap.cc:654] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44: Neither blocks nor log segments found. Creating new log.
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.681890 25820 tablet_service.cc:1467] Processing CreateTablet for tablet e2313b37157a4833b98d20fcd3dc8eee (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=e79757696ef64fbe94af58ac79efd053]), partition=HASH (key1) PARTITION 0, RANGE (key1) PARTITION VALUES < -1
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.682173 25820 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet e2313b37157a4833b98d20fcd3dc8eee. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.684418 25819 tablet_service.cc:1467] Processing CreateTablet for tablet b8e685ab1838431a83d8d3baf9e42dc7 (DEFAULT_TABLE table=default.IntegrationTestBigLinkedList [id=e79757696ef64fbe94af58ac79efd053]), partition=HASH (key1) PARTITION 1, RANGE (key1) PARTITION -1 <= VALUES
15:03:26.684 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.684695 25819 data_dirs.cc:395] Could only allocate 1 dirs of requested 3 for tablet b8e685ab1838431a83d8d3baf9e42dc7. 1 dirs total, 0 dirs full, 0 dirs failed
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.686812 26492 tablet_bootstrap.cc:492] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713: Bootstrap starting.
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.687800 26492 tablet_bootstrap.cc:654] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713: Neither blocks nor log segments found. Creating new log.
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.688021 26493 tablet_bootstrap.cc:492] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a: No bootstrap required, opened a new log
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.688131 26493 ts_tablet_manager.cc:1397] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a: Time spent bootstrapping tablet: real 0.009s	user 0.002s	sys 0.000s
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.688898 26493 raft_consensus.cc:348] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } }
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.689020 26493 raft_consensus.cc:374] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.689052 26493 raft_consensus.cc:729] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 2b605cbf324d43cc8eb65b06f090d28a, State: Initialized, Role: FOLLOWER
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.689180 26493 consensus_queue.cc:260] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } }
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.689267 26493 raft_consensus.cc:388] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.689292 26493 raft_consensus.cc:482] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:03:26.689 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.689354 26493 raft_consensus.cc:3037] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 0 FOLLOWER]: Advancing to term 1
15:03:26.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.690366 26493 raft_consensus.cc:504] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } }
15:03:26.691 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.690689 26493 leader_election.cc:302] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 2b605cbf324d43cc8eb65b06f090d28a; no voters: 
15:03:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.690780 26493 leader_election.cc:288] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [CANDIDATE]: Term 1 election: Requested vote from peers 
15:03:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.691004 26493 ts_tablet_manager.cc:1428] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a: Time spent starting tablet: real 0.003s	user 0.002s	sys 0.000s
15:03:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.691102 26506 raft_consensus.cc:2781] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 1 FOLLOWER]: Leader election won for term 1
15:03:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.691339 26506 raft_consensus.cc:686] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [term 1 LEADER]: Becoming Leader. State: Replica: 2b605cbf324d43cc8eb65b06f090d28a, State: Running, Role: LEADER
15:03:26.692 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.691473 26506 consensus_queue.cc:237] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } }
15:03:26.694 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e79757696ef64fbe94af58ac79efd053
15:03:26.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.696601 25282 catalog_manager.cc:5495] T 52357f1a432d46dbaf3f8d16cdd42583 P 2b605cbf324d43cc8eb65b06f090d28a reported cstate change: term changed from 0 to 1, leader changed from <none> to 2b605cbf324d43cc8eb65b06f090d28a (127.24.157.131). New cstate: current_term: 1 leader_uuid: "2b605cbf324d43cc8eb65b06f090d28a" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "2b605cbf324d43cc8eb65b06f090d28a" member_type: VOTER last_known_addr { host: "127.24.157.131" port: 40459 } health_report { overall_health: HEALTHY } } }
15:03:26.699 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.696895 26492 tablet_bootstrap.cc:492] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713: No bootstrap required, opened a new log
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.696995 26492 ts_tablet_manager.cc:1397] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713: Time spent bootstrapping tablet: real 0.010s	user 0.002s	sys 0.000s
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.697255 26516 tablet_bootstrap.cc:492] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44: No bootstrap required, opened a new log
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.697369 26516 ts_tablet_manager.cc:1397] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44: Time spent bootstrapping tablet: real 0.017s	user 0.002s	sys 0.000s
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.697641 26492 raft_consensus.cc:348] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.697724 26492 raft_consensus.cc:374] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.697744 26492 raft_consensus.cc:729] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44dac3435dd24f84b7e210bfaea48713, State: Initialized, Role: FOLLOWER
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.697876 26492 consensus_queue.cc:260] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.697948 26492 raft_consensus.cc:388] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.697979 26492 raft_consensus.cc:482] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698009 26492 raft_consensus.cc:3037] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Advancing to term 1
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698033 26516 raft_consensus.cc:348] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } }
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698148 26516 raft_consensus.cc:374] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698180 26516 raft_consensus.cc:729] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 46cc108cdc534b7c88cce93f593f4b44, State: Initialized, Role: FOLLOWER
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698326 26516 consensus_queue.cc:260] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } }
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698410 26516 raft_consensus.cc:388] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698446 26516 raft_consensus.cc:482] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698489 26516 raft_consensus.cc:3037] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 0 FOLLOWER]: Advancing to term 1
15:03:26.700 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698848 26492 raft_consensus.cc:504] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.698954 26492 leader_election.cc:302] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 44dac3435dd24f84b7e210bfaea48713; no voters: 
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.699060 26492 leader_election.cc:288] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.699113 26496 raft_consensus.cc:2781] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 1 FOLLOWER]: Leader election won for term 1
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.699530 26516 raft_consensus.cc:504] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } }
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.699685 26516 leader_election.cc:302] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 46cc108cdc534b7c88cce93f593f4b44; no voters: 
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.699779 26516 leader_election.cc:288] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.700006 26516 ts_tablet_manager.cc:1428] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44: Time spent starting tablet: real 0.003s	user 0.000s	sys 0.000s
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.700498 26518 raft_consensus.cc:2781] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 1 FOLLOWER]: Leader election won for term 1
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.700599 26518 raft_consensus.cc:686] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [term 1 LEADER]: Becoming Leader. State: Replica: 46cc108cdc534b7c88cce93f593f4b44, State: Running, Role: LEADER
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.700711 26518 consensus_queue.cc:237] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } }
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.701016 26492 ts_tablet_manager.cc:1428] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713: Time spent starting tablet: real 0.004s	user 0.002s	sys 0.000s
15:03:26.701 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.701464 26492 tablet_bootstrap.cc:492] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713: Bootstrap starting.
15:03:26.703 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.703099 26492 tablet_bootstrap.cc:654] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713: Neither blocks nor log segments found. Creating new log.
15:03:26.704 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.704663 26492 tablet_bootstrap.cc:492] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713: No bootstrap required, opened a new log
15:03:26.705 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.704898 26492 ts_tablet_manager.cc:1397] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713: Time spent bootstrapping tablet: real 0.003s	user 0.003s	sys 0.000s
15:03:26.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705370 26496 raft_consensus.cc:686] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [term 1 LEADER]: Becoming Leader. State: Replica: 44dac3435dd24f84b7e210bfaea48713, State: Running, Role: LEADER
15:03:26.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705531 26496 consensus_queue.cc:237] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705541 26492 raft_consensus.cc:348] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Replica starting. Triggering 0 pending ops. Active config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705663 26492 raft_consensus.cc:374] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Consensus starting up: Expiring failure detector timer to make a prompt election more likely
15:03:26.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705704 26492 raft_consensus.cc:729] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Becoming Follower/Learner. State: Replica: 44dac3435dd24f84b7e210bfaea48713, State: Initialized, Role: FOLLOWER
15:03:26.708 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705862 26492 consensus_queue.cc:260] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [NON_LEADER]: Queue going to NON_LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 0, Majority size: -1, State: 0, Mode: NON_LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705940 26492 raft_consensus.cc:388] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Only one voter in the Raft config. Triggering election immediately
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705972 26492 raft_consensus.cc:482] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Starting leader election (initial election of a single-replica configuration)
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.705856 25277 catalog_manager.cc:5495] T c4b68555e18548b3a02d18158105c2ea P 46cc108cdc534b7c88cce93f593f4b44 reported cstate change: term changed from 0 to 1, leader changed from <none> to 46cc108cdc534b7c88cce93f593f4b44 (127.24.157.130). New cstate: current_term: 1 leader_uuid: "46cc108cdc534b7c88cce93f593f4b44" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "46cc108cdc534b7c88cce93f593f4b44" member_type: VOTER last_known_addr { host: "127.24.157.130" port: 34307 } health_report { overall_health: HEALTHY } } }
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.706012 26492 raft_consensus.cc:3037] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 0 FOLLOWER]: Advancing to term 1
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.707085 26492 raft_consensus.cc:504] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 1 FOLLOWER]: Starting leader election with config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.707213 26492 leader_election.cc:302] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [CANDIDATE]: Term 1 election: Election decided. Result: candidate won. Election summary: received 1 responses out of 1 voters: 1 yes votes; 0 no votes. yes voters: 44dac3435dd24f84b7e210bfaea48713; no voters: 
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.707301 26492 leader_election.cc:288] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [CANDIDATE]: Term 1 election: Requested vote from peers 
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.707536 26492 ts_tablet_manager.cc:1428] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713: Time spent starting tablet: real 0.002s	user 0.001s	sys 0.000s
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.707562 25272 catalog_manager.cc:5495] T b8e685ab1838431a83d8d3baf9e42dc7 P 44dac3435dd24f84b7e210bfaea48713 reported cstate change: term changed from 0 to 1, leader changed from <none> to 44dac3435dd24f84b7e210bfaea48713 (127.24.157.129). New cstate: current_term: 1 leader_uuid: "44dac3435dd24f84b7e210bfaea48713" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } health_report { overall_health: HEALTHY } } }
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.707703 26498 raft_consensus.cc:2781] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 1 FOLLOWER]: Leader election won for term 1
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.707819 26498 raft_consensus.cc:686] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [term 1 LEADER]: Becoming Leader. State: Replica: 44dac3435dd24f84b7e210bfaea48713, State: Running, Role: LEADER
15:03:26.709 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.707940 26498 consensus_queue.cc:237] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 [LEADER]: Queue going to LEADER mode. State: All replicated index: 0, Majority replicated index: 0, Committed index: 0, Last appended: 0.0, Last appended by leader: 0, Current term: 1, Majority size: 1, State: 0, Mode: LEADER, active raft config: opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } }
15:03:26.719 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:26.719518 25272 catalog_manager.cc:5495] T e2313b37157a4833b98d20fcd3dc8eee P 44dac3435dd24f84b7e210bfaea48713 reported cstate change: term changed from 0 to 1, leader changed from <none> to 44dac3435dd24f84b7e210bfaea48713 (127.24.157.129). New cstate: current_term: 1 leader_uuid: "44dac3435dd24f84b7e210bfaea48713" committed_config { opid_index: -1 OBSOLETE_local: true peers { permanent_uuid: "44dac3435dd24f84b7e210bfaea48713" member_type: VOTER last_known_addr { host: "127.24.157.129" port: 33879 } health_report { overall_health: HEALTHY } } }
15:03:27.351 [INFO - main] (Logging.scala:57) Starting job: foreach at IntegrationTestBigLinkedList.scala:194
15:03:27.372 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 0 (foreach at IntegrationTestBigLinkedList.scala:194) with 2 output partitions
15:03:27.373 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 0 (foreach at IntegrationTestBigLinkedList.scala:194)
15:03:27.373 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List()
15:03:27.374 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List()
15:03:27.383 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 0 (ParallelCollectionRDD[0] at makeRDD at IntegrationTestBigLinkedList.scala:193), which has no missing parents
15:03:27.488 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0 stored as values in memory (estimated size 6.3 KiB, free 1993.9 MiB)
15:03:27.531 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_0_piece0 stored as bytes in memory (estimated size 3.6 KiB, free 1993.9 MiB)
15:03:27.535 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_0_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 3.6 KiB, free: 1993.9 MiB)
15:03:27.538 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 0 from broadcast at DAGScheduler.scala:1388
15:03:27.552 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 2 missing tasks from ResultStage 0 (ParallelCollectionRDD[0] at makeRDD at IntegrationTestBigLinkedList.scala:193) (first 15 tasks are for partitions Vector(0, 1))
15:03:27.553 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 0.0 with 2 tasks resource profile 0
15:03:27.649 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 0.0 (TID 0) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4578 bytes) taskResourceAssignments Map()
15:03:27.671 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Running task 0.0 in stage 0.0 (TID 0)
15:03:28.056 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:28.061 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e79757696ef64fbe94af58ac79efd053
15:03:28.081 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.089 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.090 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.090 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.091 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299997, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299997, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299997, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299997, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299997}]
15:03:28.133 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@71665cad, flushNotification=Deferred@726865356(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.146 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.146 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.148 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.149 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.149 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.152 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.153 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.153 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.156 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.156 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.156 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.156 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@d4f2901, flushNotification=Deferred@861186745(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.158 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.159 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.159 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.161 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.162 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.162 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.162 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.162 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.164 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.165 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.165 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.165 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.169 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.169 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.169 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.173 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.174 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.174 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.176 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.176 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.176 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.177 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.178 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.179 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.179 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.181 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.182 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.182 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.183 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.184 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.184 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.185 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.185 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.186 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.187 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.187 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.187 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.188 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.189 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.189 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.191 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.192 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer 46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)] connecting to peer
15:03:28.192 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.192 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.195 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)] Successfully connected to peer
15:03:28.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.195 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.196 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.196 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.197 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer 2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)] connecting to peer
15:03:28.197 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.207 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.207 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.207 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.205 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Connection.java:748) [peer 44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)] connecting to peer
15:03:28.219 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.220 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.220 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.221 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.223 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.223 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.224 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.224 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.225 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.226 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.226 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.228 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.228 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.228 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.229 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.230 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.230 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.230 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.231 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.231 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.232 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.233 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.233 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.234 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.235 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.236 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.237 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.237 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.237 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.238 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.238 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.239 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.239 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.240 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.240 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.240 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.241 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.242 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.243 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.243 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.243 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.244 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.244 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.245 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.245 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.246 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.246 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.247 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.247 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.248 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.249 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.249 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.249 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.249 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.250 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.251 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.251 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.251 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.251 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.253 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.253 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.253 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.254 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.254 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.255 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.255 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.256 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.256 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.257 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:28.257 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.258 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.258 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.258 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.259 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.260 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.260 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.261 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.261 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.262 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.262 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.263 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.263 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.264 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.264 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.265 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.265 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.266 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.266 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.266 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.267 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.267 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:28.268 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:28.268 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.268 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.269 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:28.269 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:28.272 [DEBUG - kudu-nio-1] (Connection.java:757) [peer 44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)] Successfully connected to peer
15:03:28.275 [DEBUG - kudu-nio-1] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
15:03:28.285 [DEBUG - kudu-nio-0] (Connection.java:757) [peer 2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)] Successfully connected to peer
15:03:28.290 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x4c34297f, L:/127.0.0.1:48720 - R:/127.24.157.130:34307] using TOKEN/null
15:03:28.316 [DEBUG - kudu-nio-1] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
15:03:28.319 [DEBUG - kudu-nio-1] (Negotiator.java:919) Authenticated connection [id: 0x0f78add1, L:/127.0.0.1:60362 - R:/127.24.157.129:33879] using TOKEN/null
15:03:28.341 [DEBUG - kudu-nio-0] (SslHandler.java:1842) [id: 0xembedded, L:embedded - R:embedded] HANDSHAKEN: protocol:TLSv1.2 cipher suite:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
15:03:28.355 [DEBUG - kudu-nio-0] (Negotiator.java:919) Authenticated connection [id: 0xe6c3ee50, L:/127.0.0.1:36126 - R:/127.24.157.131:40459] using TOKEN/null
15:03:28.394 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@50ef1f0c, flushNotification=Deferred@1581053801(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.420 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3dafff8e, flushNotification=Deferred@880356520(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.460 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1c465254, flushNotification=Deferred@637040906(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.487 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@67e9b1b4, flushNotification=Deferred@445177229(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.518 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@34f2e87a, flushNotification=Deferred@1386543047(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.531 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@786a8836, flushNotification=Deferred@617760259(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.570 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@7c0cbdb, flushNotification=Deferred@1924075051(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.597 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5e280370, flushNotification=Deferred@1753003240(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.627 [DEBUG - kudu-nio-1] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@46d6f09d, flushNotification=Deferred@923115350(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.632 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (IntegrationTestBigLinkedList.scala:230) local-1786460605265-0 inserted 10000 node linked list in 564.344648.3ms
15:03:28.636 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@70cc3d54, flushNotification=Deferred@16661822(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.654 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5e9c400e, flushNotification=Deferred@1942256483(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.701 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6273ded2, flushNotification=Deferred@320145519(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.734 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2fb5a633, flushNotification=Deferred@2138759109(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.755 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3030bb6, flushNotification=Deferred@955133385(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.774 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3ae880d9, flushNotification=Deferred@323351734(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.806 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@80013d3, flushNotification=Deferred@1095366527(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.823 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3fd949c7, flushNotification=Deferred@50723534(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.845 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@b93fff6, flushNotification=Deferred@99554292(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.880 [DEBUG - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@700df5ff, flushNotification=Deferred@1551016634(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.906 [DEBUG - kudu-nio-1] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@8deae4b, flushNotification=Deferred@322596649(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.911 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (IntegrationTestBigLinkedList.scala:230) local-1786460605265-0 inserted 10000 node linked list in 278.467383.3ms
15:03:28.940 [INFO - Executor task launch worker for task 0.0 in stage 0.0 (TID 0)] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0). 4900 bytes result sent to driver
15:03:28.947 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 0.0 (TID 1) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, PROCESS_LOCAL, 4578 bytes) taskResourceAssignments Map()
15:03:28.948 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Running task 1.0 in stage 0.0 (TID 1)
15:03:28.958 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 0.0 in stage 0.0 (TID 0) in 1346 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/2)
15:03:28.959 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:28.963 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e79757696ef64fbe94af58ac79efd053
15:03:28.967 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@47c9d61f, flushNotification=Deferred@458002948(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:28.982 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4ea0815, flushNotification=Deferred@1079116478(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.024 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@49225d85, flushNotification=Deferred@914438679(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.040 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@627f3672, flushNotification=Deferred@854101873(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.063 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@697d22dc, flushNotification=Deferred@1444146278(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.100 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@4d449c70, flushNotification=Deferred@992018862(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.112 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@3b4abfd4, flushNotification=Deferred@1920140295(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.148 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@1bbda125, flushNotification=Deferred@673378189(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.157 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@46784142, flushNotification=Deferred@742471350(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.191 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5a831e92, flushNotification=Deferred@1709366472(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.211 [DEBUG - kudu-nio-0] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6f4b69f5, flushNotification=Deferred@1553907969(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.215 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (IntegrationTestBigLinkedList.scala:230) local-1786460605265-1 inserted 10000 node linked list in 251.637597.3ms
15:03:29.218 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6194e367, flushNotification=Deferred@1153797477(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.234 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6707ce1, flushNotification=Deferred@1971844219(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.286 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@334eae77, flushNotification=Deferred@1535681502(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.295 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5e1a4b3a, flushNotification=Deferred@343165102(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.335 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@520f6141, flushNotification=Deferred@1283960461(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.342 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@40487fbc, flushNotification=Deferred@1993305635(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.372 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@5fe30cd2, flushNotification=Deferred@778121829(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.402 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@2d571d8a, flushNotification=Deferred@551862389(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.410 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@6726cd27, flushNotification=Deferred@1089681852(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.436 [DEBUG - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1000, operationSize=98000, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@555dd765, flushNotification=Deferred@1396458195(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.468 [DEBUG - kudu-nio-0] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=1, operationSize=77, flusherTask=org.apache.kudu.client.AsyncKuduSession$FlusherTask@13bda6ad, flushNotification=Deferred@1956214883(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.472 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (IntegrationTestBigLinkedList.scala:230) local-1786460605265-1 inserted 10000 node linked list in 256.861555.3ms
15:03:29.475 [INFO - Executor task launch worker for task 1.0 in stage 0.0 (TID 1)] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1). 4900 bytes result sent to driver
15:03:29.485 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 1.0 in stage 0.0 (TID 1) in 539 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/2)
15:03:29.488 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 0 (foreach at IntegrationTestBigLinkedList.scala:194) finished in 2.082 s
15:03:29.489 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 0.0, whose tasks have all completed, from pool 
15:03:29.495 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 0 is finished. Cancelling potential speculative or zombie tasks for this job
15:03:29.496 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 0: Stage finished
15:03:29.498 [INFO - main] (Logging.scala:57) Job 0 finished: foreach at IntegrationTestBigLinkedList.scala:194, took 2.146426 s
15:03:29.502 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e79757696ef64fbe94af58ac79efd053
15:03:29.504 [DEBUG - main] (AsyncKuduSession.java:592) flushing buffer: Buffer{operations=3, operationSize=258, flusherTask=null, flushNotification=Deferred@307080309(state=PENDING, result=null, callback=<none>, errback=<none>)}
15:03:29.666 [INFO - main] (Logging.scala:57) Setting hive.metastore.warehouse.dir ('null') to the value of spark.sql.warehouse.dir ('file:/tmp/dist-test-taskRGdRXo/java/build/dist-test/spark-warehouse').
15:03:29.666 [INFO - main] (Logging.scala:57) Warehouse path is 'file:/tmp/dist-test-taskRGdRXo/java/build/dist-test/spark-warehouse'.
15:03:30.860 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:894) Opened table e79757696ef64fbe94af58ac79efd053
15:03:32.172 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_0_piece0 on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 in memory (size: 3.6 KiB, free: 1993.9 MiB)
15:03:33.993 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
15:03:34.043 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
15:03:34.088 [INFO - main] (Logging.scala:57) Try to uncache `ref_counts` before replacing.
15:03:35.317 [INFO - main] (Logging.scala:57) Code generated in 308.344136 ms
15:03:35.429 [INFO - main] (Logging.scala:57) Code generated in 64.802258 ms
15:03:35.442 [INFO - main] (Logging.scala:57) Code generated in 8.733287 ms
15:03:35.464 [INFO - main] (Logging.scala:57) Code generated in 16.678576 ms
15:03:35.478 [INFO - main] (Logging.scala:57) Code generated in 9.824145 ms
15:03:35.583 [INFO - main] (Logging.scala:57) spark.sql.codegen.aggregate.map.twolevel.enabled is set to true, but current version of codegened fast hashmap does not support this aggregate.
15:03:35.612 [INFO - main] (Logging.scala:57) Code generated in 23.895512 ms
15:03:35.614 [INFO - main] (Logging.scala:57) spark.sql.codegen.aggregate.map.twolevel.enabled is set to true, but current version of codegened fast hashmap does not support this aggregate.
15:03:35.636 [INFO - main] (Logging.scala:57) Code generated in 17.617023 ms
15:03:35.697 [INFO - main] (Logging.scala:57) Code generated in 23.906773 ms
15:03:35.735 [INFO - main] (Logging.scala:57) Code generated in 31.008912 ms
15:03:35.834 [INFO - main] (Logging.scala:57) Code generated in 12.929354 ms
15:03:35.876 [INFO - main] (Logging.scala:57) Code generated in 32.607268 ms
15:03:35.890 [INFO - main] (Logging.scala:57) Code generated in 10.607413 ms
15:03:35.899 [INFO - main] (Logging.scala:57) Code generated in 6.784373 ms
15:03:35.919 [INFO - main] (Logging.scala:57) Code generated in 9.423773 ms
15:03:35.928 [INFO - main] (Logging.scala:57) Code generated in 5.724429 ms
15:03:35.992 [INFO - main] (Logging.scala:57) Starting job: collect at IntegrationTestBigLinkedList.scala:421
15:03:36.036 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet e2313b37157a4833b98d20fcd3dc8eee for table 'default.IntegrationTestBigLinkedList' with partition [0x00000000, 0x000000007FFFFFFFFFFFFFFF)
15:03:36.037 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet c4b68555e18548b3a02d18158105c2ea for table 'default.IntegrationTestBigLinkedList' with partition [0x000000007FFFFFFFFFFFFFFF, 0x00000001)
15:03:36.037 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet 52357f1a432d46dbaf3f8d16cdd42583 for table 'default.IntegrationTestBigLinkedList' with partition [0x00000001, 0x000000017FFFFFFFFFFFFFFF)
15:03:36.038 [DEBUG - kudu-nio-0] (AsyncKuduClient.java:2538) Learned about tablet b8e685ab1838431a83d8d3baf9e42dc7 for table 'default.IntegrationTestBigLinkedList' with partition [0x000000017FFFFFFFFFFFFFFF, 0x00000002)
15:03:36.038 [DEBUG - kudu-nio-0] (TableLocationsCache.java:192) Discovered table locations:	[NonCoveredRange{lowerBoundPartitionKey=0x, upperBoundPartitionKey=0x00000000, ttl=299999}, Tablet{lowerBoundPartitionKey=0x00000000, upperBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, ttl=299999, tablet=e2313b37157a4833b98d20fcd3dc8eee@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, Tablet{lowerBoundPartitionKey=0x000000007FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000001, ttl=299999, tablet=c4b68555e18548b3a02d18158105c2ea@[46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)[L]]}, Tablet{lowerBoundPartitionKey=0x00000001, upperBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, ttl=299999, tablet=52357f1a432d46dbaf3f8d16cdd42583@[2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)[L]]}, Tablet{lowerBoundPartitionKey=0x000000017FFFFFFFFFFFFFFF, upperBoundPartitionKey=0x00000002, ttl=299999, tablet=b8e685ab1838431a83d8d3baf9e42dc7@[44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)[L]]}, NonCoveredRange{lowerBoundPartitionKey=0x00000002, upperBoundPartitionKey=0x, ttl=299999}]
15:03:36.062 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 35 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 5
15:03:36.083 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 31 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 4
15:03:36.094 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 40 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 6
15:03:36.096 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 16 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 1
15:03:36.098 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 22 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 2
15:03:36.099 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 12 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 0
15:03:36.108 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Registering RDD 27 (collect at IntegrationTestBigLinkedList.scala:421) as input to shuffle 3
15:03:36.109 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Got job 1 (collect at IntegrationTestBigLinkedList.scala:421) with 400 output partitions
15:03:36.109 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Final stage: ResultStage 8 (collect at IntegrationTestBigLinkedList.scala:421)
15:03:36.109 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Parents of final stage: List(ShuffleMapStage 3, ShuffleMapStage 7)
15:03:36.112 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Missing parents: List(ShuffleMapStage 3, ShuffleMapStage 7)
15:03:36.116 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 1 (MapPartitionsRDD[35] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
15:03:36.135 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1 stored as values in memory (estimated size 16.3 KiB, free 1993.9 MiB)
15:03:36.137 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_1_piece0 stored as bytes in memory (estimated size 8.1 KiB, free 1993.9 MiB)
15:03:36.138 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_1_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 8.1 KiB, free: 1993.9 MiB)
15:03:36.139 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 1 from broadcast at DAGScheduler.scala:1388
15:03:36.141 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 1 (MapPartitionsRDD[35] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
15:03:36.141 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 1.0 with 4 tasks resource profile 0
15:03:36.146 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 2 (MapPartitionsRDD[31] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
15:03:36.148 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 1.0 (TID 2) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5008 bytes) taskResourceAssignments Map()
15:03:36.149 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Running task 0.0 in stage 1.0 (TID 2)
15:03:36.151 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2 stored as values in memory (estimated size 18.8 KiB, free 1993.8 MiB)
15:03:36.153 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_2_piece0 stored as bytes in memory (estimated size 8.9 KiB, free 1993.8 MiB)
15:03:36.154 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_2_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 8.9 KiB, free: 1993.9 MiB)
15:03:36.155 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 2 from broadcast at DAGScheduler.scala:1388
15:03:36.156 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 2 (MapPartitionsRDD[31] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
15:03:36.156 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 2.0 with 4 tasks resource profile 0
15:03:36.159 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 4 (MapPartitionsRDD[16] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
15:03:36.163 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3 stored as values in memory (estimated size 24.9 KiB, free 1993.8 MiB)
15:03:36.165 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_3_piece0 stored as bytes in memory (estimated size 11.7 KiB, free 1993.8 MiB)
15:03:36.166 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_3_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 11.7 KiB, free: 1993.8 MiB)
15:03:36.166 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 3 from broadcast at DAGScheduler.scala:1388
15:03:36.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 4 (MapPartitionsRDD[16] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
15:03:36.167 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 4.0 with 4 tasks resource profile 0
15:03:36.169 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 5 (MapPartitionsRDD[22] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
15:03:36.177 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4 stored as values in memory (estimated size 30.9 KiB, free 1993.8 MiB)
15:03:36.180 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_4_piece0 stored as bytes in memory (estimated size 14.2 KiB, free 1993.7 MiB)
15:03:36.181 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_4_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 14.2 KiB, free: 1993.8 MiB)
15:03:36.182 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 4 from broadcast at DAGScheduler.scala:1388
15:03:36.183 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 5 (MapPartitionsRDD[22] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
15:03:36.183 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 5.0 with 4 tasks resource profile 0
15:03:36.184 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 6 (MapPartitionsRDD[12] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
15:03:36.191 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5 stored as values in memory (estimated size 16.3 KiB, free 1993.7 MiB)
15:03:36.193 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_5_piece0 stored as bytes in memory (estimated size 8.2 KiB, free 1993.7 MiB)
15:03:36.195 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_5_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 8.2 KiB, free: 1993.8 MiB)
15:03:36.195 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 5 from broadcast at DAGScheduler.scala:1388
15:03:36.196 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 4 missing tasks from ShuffleMapStage 6 (MapPartitionsRDD[12] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3))
15:03:36.196 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 6.0 with 4 tasks resource profile 0
15:03:36.240 [DEBUG - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:36.303 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Code generated in 18.583264 ms
15:03:36.380 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9945 rows, more = false, responseScanTimestamp = 7317342684539629568) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=e2313b37157a4833b98d20fcd3dc8eee, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:36.407 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Code generated in 17.302278 ms
15:03:36.596 [INFO - Executor task launch worker for task 0.0 in stage 1.0 (TID 2)] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2). 6031 bytes result sent to driver
15:03:36.598 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 1.0 (TID 3) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5008 bytes) taskResourceAssignments Map()
15:03:36.599 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Running task 1.0 in stage 1.0 (TID 3)
15:03:36.600 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 1.0 (TID 2) in 454 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/4)
15:03:36.612 [DEBUG - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:36.645 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9974 rows, more = false, responseScanTimestamp = 7317342685675188224) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=c4b68555e18548b3a02d18158105c2ea, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:36.783 [INFO - Executor task launch worker for task 1.0 in stage 1.0 (TID 3)] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 3). 5988 bytes result sent to driver
15:03:36.785 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 1.0 (TID 4) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5008 bytes) taskResourceAssignments Map()
15:03:36.785 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 4)] (Logging.scala:57) Running task 2.0 in stage 1.0 (TID 4)
15:03:36.792 [DEBUG - Executor task launch worker for task 2.0 in stage 1.0 (TID 4)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:36.799 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 1.0 (TID 3) in 202 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/4)
15:03:36.834 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10015 rows, more = false, responseScanTimestamp = 7317342686418001920) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=52357f1a432d46dbaf3f8d16cdd42583, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:36.943 [INFO - Executor task launch worker for task 2.0 in stage 1.0 (TID 4)] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 4). 5945 bytes result sent to driver
15:03:36.945 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 1.0 (TID 5) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5008 bytes) taskResourceAssignments Map()
15:03:36.945 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 1.0 (TID 4) in 161 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (3/4)
15:03:36.946 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 5)] (Logging.scala:57) Running task 3.0 in stage 1.0 (TID 5)
15:03:36.955 [DEBUG - Executor task launch worker for task 3.0 in stage 1.0 (TID 5)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:36.986 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10069 rows, more = false, responseScanTimestamp = 7317342687088087040) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b8e685ab1838431a83d8d3baf9e42dc7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:37.110 [INFO - Executor task launch worker for task 3.0 in stage 1.0 (TID 5)] (Logging.scala:57) Finished task 3.0 in stage 1.0 (TID 5). 5988 bytes result sent to driver
15:03:37.111 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 2.0 (TID 6) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5033 bytes) taskResourceAssignments Map()
15:03:37.112 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 1.0 (TID 5) in 168 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (4/4)
15:03:37.112 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 1.0, whose tasks have all completed, from pool 
15:03:37.112 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Running task 0.0 in stage 2.0 (TID 6)
15:03:37.113 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 1 (collect at IntegrationTestBigLinkedList.scala:421) finished in 0.989 s
15:03:37.115 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
15:03:37.116 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 2, ShuffleMapStage 6, ShuffleMapStage 4)
15:03:37.117 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 3, ShuffleMapStage 7, ResultStage 8)
15:03:37.117 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
15:03:37.121 [DEBUG - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:37.139 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Code generated in 10.369501 ms
15:03:37.213 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9945 rows, more = false, responseScanTimestamp = 7317342687815630848) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=e2313b37157a4833b98d20fcd3dc8eee, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:37.272 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Code generated in 37.981234 ms
15:03:37.414 [INFO - Executor task launch worker for task 0.0 in stage 2.0 (TID 6)] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 6). 5945 bytes result sent to driver
15:03:37.415 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 2.0 (TID 7) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5033 bytes) taskResourceAssignments Map()
15:03:37.416 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 2.0 (TID 6) in 305 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/4)
15:03:37.420 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Running task 1.0 in stage 2.0 (TID 7)
15:03:37.425 [DEBUG - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:37.509 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9974 rows, more = false, responseScanTimestamp = 7317342689001979904) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=c4b68555e18548b3a02d18158105c2ea, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:37.642 [INFO - Executor task launch worker for task 1.0 in stage 2.0 (TID 7)] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 7). 5988 bytes result sent to driver
15:03:37.644 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 2.0 (TID 8) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5033 bytes) taskResourceAssignments Map()
15:03:37.645 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 2.0 (TID 7) in 230 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/4)
15:03:37.645 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Running task 2.0 in stage 2.0 (TID 8)
15:03:37.651 [DEBUG - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:37.732 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10015 rows, more = false, responseScanTimestamp = 7317342689928024064) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=52357f1a432d46dbaf3f8d16cdd42583, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:37.844 [INFO - Executor task launch worker for task 2.0 in stage 2.0 (TID 8)] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 8). 5945 bytes result sent to driver
15:03:37.846 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 2.0 (TID 9) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5033 bytes) taskResourceAssignments Map()
15:03:37.848 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 2.0 (TID 8) in 205 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (3/4)
15:03:37.850 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (Logging.scala:57) Running task 3.0 in stage 2.0 (TID 9)
15:03:37.859 [DEBUG - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:37.913 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10069 rows, more = false, responseScanTimestamp = 7317342690777833472) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b8e685ab1838431a83d8d3baf9e42dc7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:38.000 [INFO - Executor task launch worker for task 3.0 in stage 2.0 (TID 9)] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 9). 5988 bytes result sent to driver
15:03:38.001 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 4.0 (TID 10) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5030 bytes) taskResourceAssignments Map()
15:03:38.002 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Running task 0.0 in stage 4.0 (TID 10)
15:03:38.004 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 2.0 (TID 9) in 158 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (4/4)
15:03:38.004 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 2.0, whose tasks have all completed, from pool 
15:03:38.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 2 (collect at IntegrationTestBigLinkedList.scala:421) finished in 1.858 s
15:03:38.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
15:03:38.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6, ShuffleMapStage 4)
15:03:38.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 3, ShuffleMapStage 7, ResultStage 8)
15:03:38.005 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
15:03:38.006 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 3 (MapPartitionsRDD[40] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
15:03:38.011 [DEBUG - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:38.014 [ERROR - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (ResourceLeakDetector.java:327) LEAK: HashedWheelTimer.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information.
Recent access records: 
Created at:
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:312)
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:251)
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:224)
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:203)
	org.apache.kudu.shaded.io.netty.util.HashedWheelTimer.<init>(HashedWheelTimer.java:185)
	org.apache.kudu.client.AsyncKuduScanner.<init>(AsyncKuduScanner.java:296)
	org.apache.kudu.client.AsyncKuduScanner.<init>(AsyncKuduScanner.java:431)
	org.apache.kudu.client.KuduScanner$KuduScannerBuilder.build(KuduScanner.java:260)
	org.apache.kudu.client.KuduScanToken.deserializeIntoScanner(KuduScanToken.java:126)
	org.apache.kudu.spark.kudu.KuduRDD.compute(KuduRDD.scala:116)
	org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:373)
	org.apache.spark.rdd.RDD.iterator(RDD.scala:337)
	org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
	org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:373)
	org.apache.spark.rdd.RDD.iterator(RDD.scala:337)
	org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
	org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:373)
	org.apache.spark.rdd.RDD.iterator(RDD.scala:337)
	org.apache.spark.rdd.MapPartitionsRDD.compute(MapPartitionsRDD.scala:52)
	org.apache.spark.rdd.RDD.computeOrReadCheckpoint(RDD.scala:373)
	org.apache.spark.rdd.RDD.iterator(RDD.scala:337)
	org.apache.spark.shuffle.ShuffleWriteProcessor.write(ShuffleWriteProcessor.scala:59)
	org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:99)
	org.apache.spark.scheduler.ShuffleMapTask.runTask(ShuffleMapTask.scala:52)
	org.apache.spark.scheduler.Task.run(Task.scala:131)
	org.apache.spark.executor.Executor$TaskRunner.$anonfun$run$3(Executor.scala:497)
	org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:1439)
	org.apache.spark.executor.Executor$TaskRunner.run(Executor.scala:500)
	java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	java.lang.Thread.run(Thread.java:750)
15:03:38.031 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 9.800803 ms
15:03:38.044 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 8.482631 ms
15:03:38.071 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6 stored as values in memory (estimated size 51.5 KiB, free 1993.4 MiB)
15:03:38.074 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_6_piece0 stored as bytes in memory (estimated size 22.7 KiB, free 1993.4 MiB)
15:03:38.075 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_6_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 22.7 KiB, free: 1993.8 MiB)
15:03:38.076 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 6 from broadcast at DAGScheduler.scala:1388
15:03:38.077 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 200 missing tasks from ShuffleMapStage 3 (MapPartitionsRDD[40] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
15:03:38.078 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 3.0 with 200 tasks resource profile 0
15:03:38.101 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9945 rows, more = false, responseScanTimestamp = 7317342691592753152) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=e2313b37157a4833b98d20fcd3dc8eee, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:38.123 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Code generated in 16.243233 ms
15:03:38.342 [INFO - Executor task launch worker for task 0.0 in stage 4.0 (TID 10)] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 10). 6416 bytes result sent to driver
15:03:38.349 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 3.0 (TID 11) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:38.350 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 4.0 (TID 10) in 349 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/4)
15:03:38.352 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Running task 0.0 in stage 3.0 (TID 11)
15:03:38.399 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:38.400 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Started 0 remote fetches in 9 ms
15:03:38.431 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 16.49084 ms
15:03:38.450 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.32023 ms
15:03:38.461 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:38.461 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:38.472 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 7.197534 ms
15:03:38.483 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.948926 ms
15:03:38.500 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 7.948054 ms
15:03:38.512 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.506469 ms
15:03:38.553 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 9.938969 ms
15:03:38.562 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 5.135029 ms
15:03:38.778 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_2_piece0 on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 in memory (size: 8.9 KiB, free: 1993.8 MiB)
15:03:38.785 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_1_piece0 on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 in memory (size: 8.1 KiB, free: 1993.8 MiB)
15:03:38.797 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 8.202255 ms
15:03:38.808 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Code generated in 6.933623 ms
15:03:38.875 [INFO - Executor task launch worker for task 0.0 in stage 3.0 (TID 11)] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 11). 8858 bytes result sent to driver
15:03:38.877 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 3.0 (TID 12) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:38.877 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 0.0 in stage 3.0 (TID 11) in 534 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/200)
15:03:38.878 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Running task 1.0 in stage 3.0 (TID 12)
15:03:38.885 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:38.885 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:38.890 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:38.891 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:38.920 [INFO - Executor task launch worker for task 1.0 in stage 3.0 (TID 12)] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 12). 8815 bytes result sent to driver
15:03:38.921 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 3.0 (TID 13) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 2, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:38.922 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 1.0 in stage 3.0 (TID 12) in 46 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/200)
15:03:38.924 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Running task 2.0 in stage 3.0 (TID 13)
15:03:38.933 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:38.933 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:38.938 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:38.938 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:38.960 [INFO - Executor task launch worker for task 2.0 in stage 3.0 (TID 13)] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 13). 8815 bytes result sent to driver
15:03:38.961 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 3.0 (TID 14) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 3, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:38.962 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 2.0 in stage 3.0 (TID 13) in 42 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (3/200)
15:03:38.963 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Running task 3.0 in stage 3.0 (TID 14)
15:03:38.972 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:38.972 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:38.977 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:38.978 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.233 [INFO - Executor task launch worker for task 3.0 in stage 3.0 (TID 14)] (Logging.scala:57) Finished task 3.0 in stage 3.0 (TID 14). 8858 bytes result sent to driver
15:03:39.235 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 3.0 (TID 15) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 4, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.236 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Running task 4.0 in stage 3.0 (TID 15)
15:03:39.236 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 3.0 in stage 3.0 (TID 14) in 275 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (4/200)
15:03:39.243 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.243 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.247 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.248 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.270 [INFO - Executor task launch worker for task 4.0 in stage 3.0 (TID 15)] (Logging.scala:57) Finished task 4.0 in stage 3.0 (TID 15). 8815 bytes result sent to driver
15:03:39.271 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 3.0 (TID 16) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.272 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 4.0 in stage 3.0 (TID 15) in 38 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (5/200)
15:03:39.273 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Running task 5.0 in stage 3.0 (TID 16)
15:03:39.280 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.280 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.285 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.285 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:39.310 [INFO - Executor task launch worker for task 5.0 in stage 3.0 (TID 16)] (Logging.scala:57) Finished task 5.0 in stage 3.0 (TID 16). 8815 bytes result sent to driver
15:03:39.311 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 3.0 (TID 17) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 6, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.312 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 5.0 in stage 3.0 (TID 16) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (6/200)
15:03:39.313 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Running task 6.0 in stage 3.0 (TID 17)
15:03:39.322 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.323 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:39.329 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.329 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.356 [INFO - Executor task launch worker for task 6.0 in stage 3.0 (TID 17)] (Logging.scala:57) Finished task 6.0 in stage 3.0 (TID 17). 8815 bytes result sent to driver
15:03:39.357 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 3.0 (TID 18) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 7, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.358 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Running task 7.0 in stage 3.0 (TID 18)
15:03:39.358 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 6.0 in stage 3.0 (TID 17) in 47 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (7/200)
15:03:39.367 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.367 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:39.373 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.373 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.401 [INFO - Executor task launch worker for task 7.0 in stage 3.0 (TID 18)] (Logging.scala:57) Finished task 7.0 in stage 3.0 (TID 18). 8815 bytes result sent to driver
15:03:39.402 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 3.0 (TID 19) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 8, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.403 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 7.0 in stage 3.0 (TID 18) in 46 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (8/200)
15:03:39.403 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Running task 8.0 in stage 3.0 (TID 19)
15:03:39.413 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.413 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:39.419 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.419 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.444 [INFO - Executor task launch worker for task 8.0 in stage 3.0 (TID 19)] (Logging.scala:57) Finished task 8.0 in stage 3.0 (TID 19). 8815 bytes result sent to driver
15:03:39.446 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 9.0 in stage 3.0 (TID 20) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 9, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.447 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Running task 9.0 in stage 3.0 (TID 20)
15:03:39.447 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 8.0 in stage 3.0 (TID 19) in 45 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (9/200)
15:03:39.457 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.457 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:39.463 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.463 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.487 [INFO - Executor task launch worker for task 9.0 in stage 3.0 (TID 20)] (Logging.scala:57) Finished task 9.0 in stage 3.0 (TID 20). 8815 bytes result sent to driver
15:03:39.489 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 10.0 in stage 3.0 (TID 21) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 10, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.490 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Running task 10.0 in stage 3.0 (TID 21)
15:03:39.490 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 9.0 in stage 3.0 (TID 20) in 44 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (10/200)
15:03:39.497 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.498 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.502 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.502 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.521 [INFO - Executor task launch worker for task 10.0 in stage 3.0 (TID 21)] (Logging.scala:57) Finished task 10.0 in stage 3.0 (TID 21). 8815 bytes result sent to driver
15:03:39.522 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 3.0 (TID 22) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 11, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.523 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Running task 11.0 in stage 3.0 (TID 22)
15:03:39.523 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 10.0 in stage 3.0 (TID 21) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (11/200)
15:03:39.530 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.530 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.534 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.534 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.551 [INFO - Executor task launch worker for task 11.0 in stage 3.0 (TID 22)] (Logging.scala:57) Finished task 11.0 in stage 3.0 (TID 22). 8815 bytes result sent to driver
15:03:39.553 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 3.0 (TID 23) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 12, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.553 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 11.0 in stage 3.0 (TID 22) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (12/200)
15:03:39.554 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Running task 12.0 in stage 3.0 (TID 23)
15:03:39.561 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.562 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.565 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.566 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.584 [INFO - Executor task launch worker for task 12.0 in stage 3.0 (TID 23)] (Logging.scala:57) Finished task 12.0 in stage 3.0 (TID 23). 8815 bytes result sent to driver
15:03:39.586 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 13.0 in stage 3.0 (TID 24) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 13, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.587 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 12.0 in stage 3.0 (TID 23) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (13/200)
15:03:39.587 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Running task 13.0 in stage 3.0 (TID 24)
15:03:39.598 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.598 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:39.605 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.606 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.635 [INFO - Executor task launch worker for task 13.0 in stage 3.0 (TID 24)] (Logging.scala:57) Finished task 13.0 in stage 3.0 (TID 24). 8815 bytes result sent to driver
15:03:39.636 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 14.0 in stage 3.0 (TID 25) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 14, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.637 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Running task 14.0 in stage 3.0 (TID 25)
15:03:39.638 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 13.0 in stage 3.0 (TID 24) in 53 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (14/200)
15:03:39.644 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.644 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.648 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.649 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.668 [INFO - Executor task launch worker for task 14.0 in stage 3.0 (TID 25)] (Logging.scala:57) Finished task 14.0 in stage 3.0 (TID 25). 8815 bytes result sent to driver
15:03:39.670 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 3.0 (TID 26) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 15, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.671 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Running task 15.0 in stage 3.0 (TID 26)
15:03:39.671 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 14.0 in stage 3.0 (TID 25) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (15/200)
15:03:39.680 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.680 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.686 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.686 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.738 [INFO - Executor task launch worker for task 15.0 in stage 3.0 (TID 26)] (Logging.scala:57) Finished task 15.0 in stage 3.0 (TID 26). 8858 bytes result sent to driver
15:03:39.739 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 16.0 in stage 3.0 (TID 27) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 16, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.740 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 15.0 in stage 3.0 (TID 26) in 71 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (16/200)
15:03:39.741 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Running task 16.0 in stage 3.0 (TID 27)
15:03:39.750 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.750 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.755 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.755 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.776 [INFO - Executor task launch worker for task 16.0 in stage 3.0 (TID 27)] (Logging.scala:57) Finished task 16.0 in stage 3.0 (TID 27). 8815 bytes result sent to driver
15:03:39.777 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 17.0 in stage 3.0 (TID 28) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 17, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.778 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 16.0 in stage 3.0 (TID 27) in 39 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (17/200)
15:03:39.779 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Running task 17.0 in stage 3.0 (TID 28)
15:03:39.787 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Getting 4 (5.9 KiB) non-empty blocks including 4 (5.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.788 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.792 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.792 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.812 [INFO - Executor task launch worker for task 17.0 in stage 3.0 (TID 28)] (Logging.scala:57) Finished task 17.0 in stage 3.0 (TID 28). 8815 bytes result sent to driver
15:03:39.814 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 18.0 in stage 3.0 (TID 29) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 18, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.814 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Running task 18.0 in stage 3.0 (TID 29)
15:03:39.815 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 17.0 in stage 3.0 (TID 28) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (18/200)
15:03:39.823 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.823 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.828 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.828 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.849 [INFO - Executor task launch worker for task 18.0 in stage 3.0 (TID 29)] (Logging.scala:57) Finished task 18.0 in stage 3.0 (TID 29). 8815 bytes result sent to driver
15:03:39.850 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 19.0 in stage 3.0 (TID 30) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 19, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.851 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 18.0 in stage 3.0 (TID 29) in 38 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (19/200)
15:03:39.851 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Running task 19.0 in stage 3.0 (TID 30)
15:03:39.859 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.859 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.863 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.863 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.877 [INFO - Executor task launch worker for task 19.0 in stage 3.0 (TID 30)] (Logging.scala:57) Finished task 19.0 in stage 3.0 (TID 30). 8815 bytes result sent to driver
15:03:39.878 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 20.0 in stage 3.0 (TID 31) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 20, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.879 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 19.0 in stage 3.0 (TID 30) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (20/200)
15:03:39.879 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Running task 20.0 in stage 3.0 (TID 31)
15:03:39.884 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Getting 4 (5.7 KiB) non-empty blocks including 4 (5.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.884 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.887 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.888 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.904 [INFO - Executor task launch worker for task 20.0 in stage 3.0 (TID 31)] (Logging.scala:57) Finished task 20.0 in stage 3.0 (TID 31). 8815 bytes result sent to driver
15:03:39.906 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 21.0 in stage 3.0 (TID 32) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 21, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.907 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Running task 21.0 in stage 3.0 (TID 32)
15:03:39.907 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 20.0 in stage 3.0 (TID 31) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (21/200)
15:03:39.912 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.912 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.916 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.916 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.929 [INFO - Executor task launch worker for task 21.0 in stage 3.0 (TID 32)] (Logging.scala:57) Finished task 21.0 in stage 3.0 (TID 32). 8815 bytes result sent to driver
15:03:39.931 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 22.0 in stage 3.0 (TID 33) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 22, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.931 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 21.0 in stage 3.0 (TID 32) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (22/200)
15:03:39.931 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Running task 22.0 in stage 3.0 (TID 33)
15:03:39.937 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.937 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.940 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.940 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.953 [INFO - Executor task launch worker for task 22.0 in stage 3.0 (TID 33)] (Logging.scala:57) Finished task 22.0 in stage 3.0 (TID 33). 8815 bytes result sent to driver
15:03:39.954 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 23.0 in stage 3.0 (TID 34) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 23, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.955 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Running task 23.0 in stage 3.0 (TID 34)
15:03:39.956 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 22.0 in stage 3.0 (TID 33) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (23/200)
15:03:39.961 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.961 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.964 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.965 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.978 [INFO - Executor task launch worker for task 23.0 in stage 3.0 (TID 34)] (Logging.scala:57) Finished task 23.0 in stage 3.0 (TID 34). 8815 bytes result sent to driver
15:03:39.979 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 24.0 in stage 3.0 (TID 35) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 24, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:39.981 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Running task 24.0 in stage 3.0 (TID 35)
15:03:39.981 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 23.0 in stage 3.0 (TID 34) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (24/200)
15:03:39.990 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.990 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:39.995 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:39.995 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.016 [INFO - Executor task launch worker for task 24.0 in stage 3.0 (TID 35)] (Logging.scala:57) Finished task 24.0 in stage 3.0 (TID 35). 8815 bytes result sent to driver
15:03:40.017 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 25.0 in stage 3.0 (TID 36) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 25, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.018 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Running task 25.0 in stage 3.0 (TID 36)
15:03:40.018 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 24.0 in stage 3.0 (TID 35) in 39 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (25/200)
15:03:40.024 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Getting 4 (5.8 KiB) non-empty blocks including 4 (5.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.025 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.029 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.029 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.045 [INFO - Executor task launch worker for task 25.0 in stage 3.0 (TID 36)] (Logging.scala:57) Finished task 25.0 in stage 3.0 (TID 36). 8815 bytes result sent to driver
15:03:40.046 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 26.0 in stage 3.0 (TID 37) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 26, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.047 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Running task 26.0 in stage 3.0 (TID 37)
15:03:40.048 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 25.0 in stage 3.0 (TID 36) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (26/200)
15:03:40.059 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.059 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.064 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.064 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.085 [INFO - Executor task launch worker for task 26.0 in stage 3.0 (TID 37)] (Logging.scala:57) Finished task 26.0 in stage 3.0 (TID 37). 8815 bytes result sent to driver
15:03:40.087 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 27.0 in stage 3.0 (TID 38) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 27, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.089 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 26.0 in stage 3.0 (TID 37) in 42 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (27/200)
15:03:40.090 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Running task 27.0 in stage 3.0 (TID 38)
15:03:40.098 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.098 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.102 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.103 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.121 [INFO - Executor task launch worker for task 27.0 in stage 3.0 (TID 38)] (Logging.scala:57) Finished task 27.0 in stage 3.0 (TID 38). 8815 bytes result sent to driver
15:03:40.122 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 28.0 in stage 3.0 (TID 39) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 28, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.123 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Running task 28.0 in stage 3.0 (TID 39)
15:03:40.123 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 27.0 in stage 3.0 (TID 38) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (28/200)
15:03:40.129 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.129 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.132 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.132 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.147 [INFO - Executor task launch worker for task 28.0 in stage 3.0 (TID 39)] (Logging.scala:57) Finished task 28.0 in stage 3.0 (TID 39). 8815 bytes result sent to driver
15:03:40.149 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 29.0 in stage 3.0 (TID 40) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 29, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.149 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Running task 29.0 in stage 3.0 (TID 40)
15:03:40.150 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 28.0 in stage 3.0 (TID 39) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (29/200)
15:03:40.158 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.159 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.163 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.163 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.182 [INFO - Executor task launch worker for task 29.0 in stage 3.0 (TID 40)] (Logging.scala:57) Finished task 29.0 in stage 3.0 (TID 40). 8815 bytes result sent to driver
15:03:40.183 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 30.0 in stage 3.0 (TID 41) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 30, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.184 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Running task 30.0 in stage 3.0 (TID 41)
15:03:40.184 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 29.0 in stage 3.0 (TID 40) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (30/200)
15:03:40.189 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.190 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.193 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.193 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.209 [INFO - Executor task launch worker for task 30.0 in stage 3.0 (TID 41)] (Logging.scala:57) Finished task 30.0 in stage 3.0 (TID 41). 8815 bytes result sent to driver
15:03:40.210 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 31.0 in stage 3.0 (TID 42) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 31, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.211 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Running task 31.0 in stage 3.0 (TID 42)
15:03:40.211 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 30.0 in stage 3.0 (TID 41) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (31/200)
15:03:40.218 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.219 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.224 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.225 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.243 [INFO - Executor task launch worker for task 31.0 in stage 3.0 (TID 42)] (Logging.scala:57) Finished task 31.0 in stage 3.0 (TID 42). 8815 bytes result sent to driver
15:03:40.244 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 32.0 in stage 3.0 (TID 43) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 32, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.245 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 31.0 in stage 3.0 (TID 42) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (32/200)
15:03:40.245 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Running task 32.0 in stage 3.0 (TID 43)
15:03:40.250 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.251 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.254 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.254 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.267 [INFO - Executor task launch worker for task 32.0 in stage 3.0 (TID 43)] (Logging.scala:57) Finished task 32.0 in stage 3.0 (TID 43). 8815 bytes result sent to driver
15:03:40.269 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 33.0 in stage 3.0 (TID 44) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 33, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.269 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Running task 33.0 in stage 3.0 (TID 44)
15:03:40.269 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 32.0 in stage 3.0 (TID 43) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (33/200)
15:03:40.276 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.276 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.280 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.280 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.296 [INFO - Executor task launch worker for task 33.0 in stage 3.0 (TID 44)] (Logging.scala:57) Finished task 33.0 in stage 3.0 (TID 44). 8815 bytes result sent to driver
15:03:40.297 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 34.0 in stage 3.0 (TID 45) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 34, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.298 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Running task 34.0 in stage 3.0 (TID 45)
15:03:40.298 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 33.0 in stage 3.0 (TID 44) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (34/200)
15:03:40.304 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.305 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.309 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.309 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.323 [INFO - Executor task launch worker for task 34.0 in stage 3.0 (TID 45)] (Logging.scala:57) Finished task 34.0 in stage 3.0 (TID 45). 8815 bytes result sent to driver
15:03:40.324 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 35.0 in stage 3.0 (TID 46) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 35, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.325 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 34.0 in stage 3.0 (TID 45) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (35/200)
15:03:40.326 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Running task 35.0 in stage 3.0 (TID 46)
15:03:40.332 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.332 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.336 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.336 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.355 [INFO - Executor task launch worker for task 35.0 in stage 3.0 (TID 46)] (Logging.scala:57) Finished task 35.0 in stage 3.0 (TID 46). 8815 bytes result sent to driver
15:03:40.356 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 36.0 in stage 3.0 (TID 47) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 36, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.356 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 35.0 in stage 3.0 (TID 46) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (36/200)
15:03:40.357 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Running task 36.0 in stage 3.0 (TID 47)
15:03:40.365 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.365 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.370 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.370 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.386 [INFO - Executor task launch worker for task 36.0 in stage 3.0 (TID 47)] (Logging.scala:57) Finished task 36.0 in stage 3.0 (TID 47). 8815 bytes result sent to driver
15:03:40.387 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 37.0 in stage 3.0 (TID 48) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 37, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.388 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 36.0 in stage 3.0 (TID 47) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (37/200)
15:03:40.389 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Running task 37.0 in stage 3.0 (TID 48)
15:03:40.395 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.395 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.398 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.399 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.415 [INFO - Executor task launch worker for task 37.0 in stage 3.0 (TID 48)] (Logging.scala:57) Finished task 37.0 in stage 3.0 (TID 48). 8815 bytes result sent to driver
15:03:40.416 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 38.0 in stage 3.0 (TID 49) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 38, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.417 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Running task 38.0 in stage 3.0 (TID 49)
15:03:40.418 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 37.0 in stage 3.0 (TID 48) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (38/200)
15:03:40.423 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.423 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.426 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.426 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.438 [INFO - Executor task launch worker for task 38.0 in stage 3.0 (TID 49)] (Logging.scala:57) Finished task 38.0 in stage 3.0 (TID 49). 8815 bytes result sent to driver
15:03:40.440 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 39.0 in stage 3.0 (TID 50) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 39, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.440 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Running task 39.0 in stage 3.0 (TID 50)
15:03:40.440 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 38.0 in stage 3.0 (TID 49) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (39/200)
15:03:40.447 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.447 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.451 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.451 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.467 [INFO - Executor task launch worker for task 39.0 in stage 3.0 (TID 50)] (Logging.scala:57) Finished task 39.0 in stage 3.0 (TID 50). 8815 bytes result sent to driver
15:03:40.481 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 40.0 in stage 3.0 (TID 51) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 40, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.481 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 39.0 in stage 3.0 (TID 50) in 42 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (40/200)
15:03:40.482 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Running task 40.0 in stage 3.0 (TID 51)
15:03:40.488 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.488 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:40.492 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.492 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.505 [INFO - Executor task launch worker for task 40.0 in stage 3.0 (TID 51)] (Logging.scala:57) Finished task 40.0 in stage 3.0 (TID 51). 8815 bytes result sent to driver
15:03:40.506 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 41.0 in stage 3.0 (TID 52) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 41, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.507 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 40.0 in stage 3.0 (TID 51) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (41/200)
15:03:40.507 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Running task 41.0 in stage 3.0 (TID 52)
15:03:40.512 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.512 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.515 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.515 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.527 [INFO - Executor task launch worker for task 41.0 in stage 3.0 (TID 52)] (Logging.scala:57) Finished task 41.0 in stage 3.0 (TID 52). 8815 bytes result sent to driver
15:03:40.528 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 42.0 in stage 3.0 (TID 53) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 42, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.529 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 41.0 in stage 3.0 (TID 52) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (42/200)
15:03:40.530 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Running task 42.0 in stage 3.0 (TID 53)
15:03:40.534 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.534 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.537 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.537 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.551 [INFO - Executor task launch worker for task 42.0 in stage 3.0 (TID 53)] (Logging.scala:57) Finished task 42.0 in stage 3.0 (TID 53). 8815 bytes result sent to driver
15:03:40.552 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 43.0 in stage 3.0 (TID 54) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 43, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.553 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Running task 43.0 in stage 3.0 (TID 54)
15:03:40.553 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 42.0 in stage 3.0 (TID 53) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (43/200)
15:03:40.560 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.560 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.564 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.564 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.581 [INFO - Executor task launch worker for task 43.0 in stage 3.0 (TID 54)] (Logging.scala:57) Finished task 43.0 in stage 3.0 (TID 54). 8815 bytes result sent to driver
15:03:40.582 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 44.0 in stage 3.0 (TID 55) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 44, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.582 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Running task 44.0 in stage 3.0 (TID 55)
15:03:40.583 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 43.0 in stage 3.0 (TID 54) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (44/200)
15:03:40.588 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.588 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.590 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.591 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.601 [INFO - Executor task launch worker for task 44.0 in stage 3.0 (TID 55)] (Logging.scala:57) Finished task 44.0 in stage 3.0 (TID 55). 8815 bytes result sent to driver
15:03:40.602 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 45.0 in stage 3.0 (TID 56) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 45, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.603 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 44.0 in stage 3.0 (TID 55) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (45/200)
15:03:40.603 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Running task 45.0 in stage 3.0 (TID 56)
15:03:40.607 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.608 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.610 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.610 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.621 [INFO - Executor task launch worker for task 45.0 in stage 3.0 (TID 56)] (Logging.scala:57) Finished task 45.0 in stage 3.0 (TID 56). 8815 bytes result sent to driver
15:03:40.622 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 46.0 in stage 3.0 (TID 57) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 46, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.623 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 45.0 in stage 3.0 (TID 56) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (46/200)
15:03:40.623 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Running task 46.0 in stage 3.0 (TID 57)
15:03:40.629 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.629 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.633 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.633 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.648 [INFO - Executor task launch worker for task 46.0 in stage 3.0 (TID 57)] (Logging.scala:57) Finished task 46.0 in stage 3.0 (TID 57). 8815 bytes result sent to driver
15:03:40.649 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 47.0 in stage 3.0 (TID 58) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 47, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.650 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Running task 47.0 in stage 3.0 (TID 58)
15:03:40.650 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 46.0 in stage 3.0 (TID 57) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (47/200)
15:03:40.656 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.656 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.659 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.660 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.671 [INFO - Executor task launch worker for task 47.0 in stage 3.0 (TID 58)] (Logging.scala:57) Finished task 47.0 in stage 3.0 (TID 58). 8815 bytes result sent to driver
15:03:40.672 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 48.0 in stage 3.0 (TID 59) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 48, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.672 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Running task 48.0 in stage 3.0 (TID 59)
15:03:40.672 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 47.0 in stage 3.0 (TID 58) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (48/200)
15:03:40.677 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.677 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.681 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.681 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.692 [INFO - Executor task launch worker for task 48.0 in stage 3.0 (TID 59)] (Logging.scala:57) Finished task 48.0 in stage 3.0 (TID 59). 8815 bytes result sent to driver
15:03:40.694 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 49.0 in stage 3.0 (TID 60) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 49, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.694 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Running task 49.0 in stage 3.0 (TID 60)
15:03:40.694 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 48.0 in stage 3.0 (TID 59) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (49/200)
15:03:40.699 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.700 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.703 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.703 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.713 [INFO - Executor task launch worker for task 49.0 in stage 3.0 (TID 60)] (Logging.scala:57) Finished task 49.0 in stage 3.0 (TID 60). 8815 bytes result sent to driver
15:03:40.715 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 50.0 in stage 3.0 (TID 61) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 50, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.715 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 49.0 in stage 3.0 (TID 60) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (50/200)
15:03:40.715 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Running task 50.0 in stage 3.0 (TID 61)
15:03:40.721 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.721 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.723 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.723 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.736 [INFO - Executor task launch worker for task 50.0 in stage 3.0 (TID 61)] (Logging.scala:57) Finished task 50.0 in stage 3.0 (TID 61). 8815 bytes result sent to driver
15:03:40.737 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 51.0 in stage 3.0 (TID 62) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 51, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.738 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Running task 51.0 in stage 3.0 (TID 62)
15:03:40.738 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 50.0 in stage 3.0 (TID 61) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (51/200)
15:03:40.743 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.744 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.747 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.747 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.760 [INFO - Executor task launch worker for task 51.0 in stage 3.0 (TID 62)] (Logging.scala:57) Finished task 51.0 in stage 3.0 (TID 62). 8815 bytes result sent to driver
15:03:40.762 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 52.0 in stage 3.0 (TID 63) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 52, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.762 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 51.0 in stage 3.0 (TID 62) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (52/200)
15:03:40.763 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Running task 52.0 in stage 3.0 (TID 63)
15:03:40.770 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.770 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.773 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.773 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.787 [INFO - Executor task launch worker for task 52.0 in stage 3.0 (TID 63)] (Logging.scala:57) Finished task 52.0 in stage 3.0 (TID 63). 8815 bytes result sent to driver
15:03:40.789 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 53.0 in stage 3.0 (TID 64) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 53, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.789 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Running task 53.0 in stage 3.0 (TID 64)
15:03:40.791 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 52.0 in stage 3.0 (TID 63) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (53/200)
15:03:40.796 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.796 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.799 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.799 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.810 [INFO - Executor task launch worker for task 53.0 in stage 3.0 (TID 64)] (Logging.scala:57) Finished task 53.0 in stage 3.0 (TID 64). 8815 bytes result sent to driver
15:03:40.811 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 54.0 in stage 3.0 (TID 65) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 54, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.812 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Running task 54.0 in stage 3.0 (TID 65)
15:03:40.812 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 53.0 in stage 3.0 (TID 64) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (54/200)
15:03:40.818 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.818 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.822 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.822 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.837 [INFO - Executor task launch worker for task 54.0 in stage 3.0 (TID 65)] (Logging.scala:57) Finished task 54.0 in stage 3.0 (TID 65). 8815 bytes result sent to driver
15:03:40.838 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 55.0 in stage 3.0 (TID 66) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 55, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.838 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Running task 55.0 in stage 3.0 (TID 66)
15:03:40.838 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 54.0 in stage 3.0 (TID 65) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (55/200)
15:03:40.843 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.843 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.845 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.845 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.857 [INFO - Executor task launch worker for task 55.0 in stage 3.0 (TID 66)] (Logging.scala:57) Finished task 55.0 in stage 3.0 (TID 66). 8815 bytes result sent to driver
15:03:40.858 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 56.0 in stage 3.0 (TID 67) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 56, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.859 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Running task 56.0 in stage 3.0 (TID 67)
15:03:40.863 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 55.0 in stage 3.0 (TID 66) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (56/200)
15:03:40.866 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.866 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.870 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.870 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.885 [INFO - Executor task launch worker for task 56.0 in stage 3.0 (TID 67)] (Logging.scala:57) Finished task 56.0 in stage 3.0 (TID 67). 8815 bytes result sent to driver
15:03:40.886 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 57.0 in stage 3.0 (TID 68) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 57, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.887 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Running task 57.0 in stage 3.0 (TID 68)
15:03:40.887 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 56.0 in stage 3.0 (TID 67) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (57/200)
15:03:40.892 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.892 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.895 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.895 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.905 [INFO - Executor task launch worker for task 57.0 in stage 3.0 (TID 68)] (Logging.scala:57) Finished task 57.0 in stage 3.0 (TID 68). 8815 bytes result sent to driver
15:03:40.907 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 58.0 in stage 3.0 (TID 69) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 58, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.907 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Running task 58.0 in stage 3.0 (TID 69)
15:03:40.907 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 57.0 in stage 3.0 (TID 68) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (58/200)
15:03:40.913 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.913 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.917 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.917 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.931 [INFO - Executor task launch worker for task 58.0 in stage 3.0 (TID 69)] (Logging.scala:57) Finished task 58.0 in stage 3.0 (TID 69). 8815 bytes result sent to driver
15:03:40.932 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 59.0 in stage 3.0 (TID 70) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 59, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.932 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Running task 59.0 in stage 3.0 (TID 70)
15:03:40.933 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 58.0 in stage 3.0 (TID 69) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (59/200)
15:03:40.940 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.940 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.944 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.944 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.955 [INFO - Executor task launch worker for task 59.0 in stage 3.0 (TID 70)] (Logging.scala:57) Finished task 59.0 in stage 3.0 (TID 70). 8815 bytes result sent to driver
15:03:40.957 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 60.0 in stage 3.0 (TID 71) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 60, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.957 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Running task 60.0 in stage 3.0 (TID 71)
15:03:40.957 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 59.0 in stage 3.0 (TID 70) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (60/200)
15:03:40.962 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.962 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.964 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.964 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.974 [INFO - Executor task launch worker for task 60.0 in stage 3.0 (TID 71)] (Logging.scala:57) Finished task 60.0 in stage 3.0 (TID 71). 8815 bytes result sent to driver
15:03:40.975 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 61.0 in stage 3.0 (TID 72) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 61, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.976 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 60.0 in stage 3.0 (TID 71) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (61/200)
15:03:40.977 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Running task 61.0 in stage 3.0 (TID 72)
15:03:40.981 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.981 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.984 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:40.984 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:40.994 [INFO - Executor task launch worker for task 61.0 in stage 3.0 (TID 72)] (Logging.scala:57) Finished task 61.0 in stage 3.0 (TID 72). 8815 bytes result sent to driver
15:03:40.995 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 62.0 in stage 3.0 (TID 73) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 62, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:40.995 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Running task 62.0 in stage 3.0 (TID 73)
15:03:40.996 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 61.0 in stage 3.0 (TID 72) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (62/200)
15:03:41.003 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.003 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.007 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.008 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.022 [INFO - Executor task launch worker for task 62.0 in stage 3.0 (TID 73)] (Logging.scala:57) Finished task 62.0 in stage 3.0 (TID 73). 8815 bytes result sent to driver
15:03:41.024 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 63.0 in stage 3.0 (TID 74) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 63, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.024 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Running task 63.0 in stage 3.0 (TID 74)
15:03:41.024 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 62.0 in stage 3.0 (TID 73) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (63/200)
15:03:41.031 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.031 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.036 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.036 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.052 [INFO - Executor task launch worker for task 63.0 in stage 3.0 (TID 74)] (Logging.scala:57) Finished task 63.0 in stage 3.0 (TID 74). 8815 bytes result sent to driver
15:03:41.053 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 64.0 in stage 3.0 (TID 75) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 64, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.054 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Running task 64.0 in stage 3.0 (TID 75)
15:03:41.054 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 63.0 in stage 3.0 (TID 74) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (64/200)
15:03:41.059 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.060 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.063 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.063 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.074 [INFO - Executor task launch worker for task 64.0 in stage 3.0 (TID 75)] (Logging.scala:57) Finished task 64.0 in stage 3.0 (TID 75). 8815 bytes result sent to driver
15:03:41.075 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 65.0 in stage 3.0 (TID 76) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 65, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.075 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Running task 65.0 in stage 3.0 (TID 76)
15:03:41.075 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 64.0 in stage 3.0 (TID 75) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (65/200)
15:03:41.080 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.081 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.083 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.083 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.093 [INFO - Executor task launch worker for task 65.0 in stage 3.0 (TID 76)] (Logging.scala:57) Finished task 65.0 in stage 3.0 (TID 76). 8815 bytes result sent to driver
15:03:41.103 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 66.0 in stage 3.0 (TID 77) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 66, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.104 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 65.0 in stage 3.0 (TID 76) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (66/200)
15:03:41.104 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Running task 66.0 in stage 3.0 (TID 77)
15:03:41.110 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.110 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.114 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.114 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.128 [INFO - Executor task launch worker for task 66.0 in stage 3.0 (TID 77)] (Logging.scala:57) Finished task 66.0 in stage 3.0 (TID 77). 8815 bytes result sent to driver
15:03:41.129 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 67.0 in stage 3.0 (TID 78) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 67, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.130 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 66.0 in stage 3.0 (TID 77) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (67/200)
15:03:41.130 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Running task 67.0 in stage 3.0 (TID 78)
15:03:41.135 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.135 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.138 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.138 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.151 [INFO - Executor task launch worker for task 67.0 in stage 3.0 (TID 78)] (Logging.scala:57) Finished task 67.0 in stage 3.0 (TID 78). 8815 bytes result sent to driver
15:03:41.152 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 68.0 in stage 3.0 (TID 79) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 68, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.153 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Running task 68.0 in stage 3.0 (TID 79)
15:03:41.153 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 67.0 in stage 3.0 (TID 78) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (68/200)
15:03:41.158 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.158 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.161 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.161 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.171 [INFO - Executor task launch worker for task 68.0 in stage 3.0 (TID 79)] (Logging.scala:57) Finished task 68.0 in stage 3.0 (TID 79). 8815 bytes result sent to driver
15:03:41.171 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 69.0 in stage 3.0 (TID 80) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.172 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 68.0 in stage 3.0 (TID 79) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (69/200)
15:03:41.172 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Running task 69.0 in stage 3.0 (TID 80)
15:03:41.177 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.177 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.179 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.179 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.191 [INFO - Executor task launch worker for task 69.0 in stage 3.0 (TID 80)] (Logging.scala:57) Finished task 69.0 in stage 3.0 (TID 80). 8815 bytes result sent to driver
15:03:41.192 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 70.0 in stage 3.0 (TID 81) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 70, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.192 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 69.0 in stage 3.0 (TID 80) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (70/200)
15:03:41.194 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Running task 70.0 in stage 3.0 (TID 81)
15:03:41.199 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.199 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.202 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.203 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.216 [INFO - Executor task launch worker for task 70.0 in stage 3.0 (TID 81)] (Logging.scala:57) Finished task 70.0 in stage 3.0 (TID 81). 8815 bytes result sent to driver
15:03:41.217 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 71.0 in stage 3.0 (TID 82) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 71, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.218 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 70.0 in stage 3.0 (TID 81) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (71/200)
15:03:41.218 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Running task 71.0 in stage 3.0 (TID 82)
15:03:41.223 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.224 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.227 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.227 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.240 [INFO - Executor task launch worker for task 71.0 in stage 3.0 (TID 82)] (Logging.scala:57) Finished task 71.0 in stage 3.0 (TID 82). 8815 bytes result sent to driver
15:03:41.241 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 72.0 in stage 3.0 (TID 83) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 72, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.242 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Running task 72.0 in stage 3.0 (TID 83)
15:03:41.242 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 71.0 in stage 3.0 (TID 82) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (72/200)
15:03:41.248 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.248 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.251 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.251 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.266 [INFO - Executor task launch worker for task 72.0 in stage 3.0 (TID 83)] (Logging.scala:57) Finished task 72.0 in stage 3.0 (TID 83). 8815 bytes result sent to driver
15:03:41.267 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 73.0 in stage 3.0 (TID 84) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 73, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.268 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 72.0 in stage 3.0 (TID 83) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (73/200)
15:03:41.268 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Running task 73.0 in stage 3.0 (TID 84)
15:03:41.274 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.274 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.277 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.277 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.288 [INFO - Executor task launch worker for task 73.0 in stage 3.0 (TID 84)] (Logging.scala:57) Finished task 73.0 in stage 3.0 (TID 84). 8815 bytes result sent to driver
15:03:41.289 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 74.0 in stage 3.0 (TID 85) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 74, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.290 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Running task 74.0 in stage 3.0 (TID 85)
15:03:41.290 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 73.0 in stage 3.0 (TID 84) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (74/200)
15:03:41.296 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.296 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.299 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.300 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.314 [INFO - Executor task launch worker for task 74.0 in stage 3.0 (TID 85)] (Logging.scala:57) Finished task 74.0 in stage 3.0 (TID 85). 8815 bytes result sent to driver
15:03:41.315 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 75.0 in stage 3.0 (TID 86) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 75, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.316 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 74.0 in stage 3.0 (TID 85) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (75/200)
15:03:41.317 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Running task 75.0 in stage 3.0 (TID 86)
15:03:41.322 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.322 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.325 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.325 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.336 [INFO - Executor task launch worker for task 75.0 in stage 3.0 (TID 86)] (Logging.scala:57) Finished task 75.0 in stage 3.0 (TID 86). 8815 bytes result sent to driver
15:03:41.337 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 76.0 in stage 3.0 (TID 87) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 76, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.337 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Running task 76.0 in stage 3.0 (TID 87)
15:03:41.337 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 75.0 in stage 3.0 (TID 86) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (76/200)
15:03:41.342 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.342 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.345 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.345 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.357 [INFO - Executor task launch worker for task 76.0 in stage 3.0 (TID 87)] (Logging.scala:57) Finished task 76.0 in stage 3.0 (TID 87). 8815 bytes result sent to driver
15:03:41.358 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 77.0 in stage 3.0 (TID 88) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 77, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.358 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 76.0 in stage 3.0 (TID 87) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (77/200)
15:03:41.358 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Running task 77.0 in stage 3.0 (TID 88)
15:03:41.363 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.363 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.366 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.366 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.378 [INFO - Executor task launch worker for task 77.0 in stage 3.0 (TID 88)] (Logging.scala:57) Finished task 77.0 in stage 3.0 (TID 88). 8815 bytes result sent to driver
15:03:41.379 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 78.0 in stage 3.0 (TID 89) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 78, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.380 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 77.0 in stage 3.0 (TID 88) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (78/200)
15:03:41.380 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Running task 78.0 in stage 3.0 (TID 89)
15:03:41.385 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.385 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.387 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.388 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.398 [INFO - Executor task launch worker for task 78.0 in stage 3.0 (TID 89)] (Logging.scala:57) Finished task 78.0 in stage 3.0 (TID 89). 8815 bytes result sent to driver
15:03:41.399 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 79.0 in stage 3.0 (TID 90) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 79, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.400 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Running task 79.0 in stage 3.0 (TID 90)
15:03:41.400 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 78.0 in stage 3.0 (TID 89) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (79/200)
15:03:41.406 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Getting 4 (5.6 KiB) non-empty blocks including 4 (5.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.406 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.410 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.410 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.424 [INFO - Executor task launch worker for task 79.0 in stage 3.0 (TID 90)] (Logging.scala:57) Finished task 79.0 in stage 3.0 (TID 90). 8815 bytes result sent to driver
15:03:41.425 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 80.0 in stage 3.0 (TID 91) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 80, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.426 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Running task 80.0 in stage 3.0 (TID 91)
15:03:41.426 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 79.0 in stage 3.0 (TID 90) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (80/200)
15:03:41.431 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.431 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.435 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.435 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.449 [INFO - Executor task launch worker for task 80.0 in stage 3.0 (TID 91)] (Logging.scala:57) Finished task 80.0 in stage 3.0 (TID 91). 8815 bytes result sent to driver
15:03:41.450 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 81.0 in stage 3.0 (TID 92) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 81, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.451 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 80.0 in stage 3.0 (TID 91) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (81/200)
15:03:41.451 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Running task 81.0 in stage 3.0 (TID 92)
15:03:41.457 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.457 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.459 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.460 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.470 [INFO - Executor task launch worker for task 81.0 in stage 3.0 (TID 92)] (Logging.scala:57) Finished task 81.0 in stage 3.0 (TID 92). 8815 bytes result sent to driver
15:03:41.471 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 82.0 in stage 3.0 (TID 93) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 82, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.471 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 81.0 in stage 3.0 (TID 92) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (82/200)
15:03:41.472 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Running task 82.0 in stage 3.0 (TID 93)
15:03:41.478 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.478 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.482 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.482 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.496 [INFO - Executor task launch worker for task 82.0 in stage 3.0 (TID 93)] (Logging.scala:57) Finished task 82.0 in stage 3.0 (TID 93). 8815 bytes result sent to driver
15:03:41.497 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 83.0 in stage 3.0 (TID 94) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 83, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.498 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Running task 83.0 in stage 3.0 (TID 94)
15:03:41.498 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 82.0 in stage 3.0 (TID 93) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (83/200)
15:03:41.504 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.504 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.507 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.507 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.521 [INFO - Executor task launch worker for task 83.0 in stage 3.0 (TID 94)] (Logging.scala:57) Finished task 83.0 in stage 3.0 (TID 94). 8815 bytes result sent to driver
15:03:41.522 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 84.0 in stage 3.0 (TID 95) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 84, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.522 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 83.0 in stage 3.0 (TID 94) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (84/200)
15:03:41.522 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Running task 84.0 in stage 3.0 (TID 95)
15:03:41.527 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.528 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.531 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.531 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.543 [INFO - Executor task launch worker for task 84.0 in stage 3.0 (TID 95)] (Logging.scala:57) Finished task 84.0 in stage 3.0 (TID 95). 8815 bytes result sent to driver
15:03:41.544 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 85.0 in stage 3.0 (TID 96) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 85, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.545 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 84.0 in stage 3.0 (TID 95) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (85/200)
15:03:41.545 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Running task 85.0 in stage 3.0 (TID 96)
15:03:41.551 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.551 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.555 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.555 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.567 [INFO - Executor task launch worker for task 85.0 in stage 3.0 (TID 96)] (Logging.scala:57) Finished task 85.0 in stage 3.0 (TID 96). 8815 bytes result sent to driver
15:03:41.568 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 86.0 in stage 3.0 (TID 97) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 86, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.569 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 85.0 in stage 3.0 (TID 96) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (86/200)
15:03:41.569 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Running task 86.0 in stage 3.0 (TID 97)
15:03:41.575 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.575 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.578 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.579 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.592 [INFO - Executor task launch worker for task 86.0 in stage 3.0 (TID 97)] (Logging.scala:57) Finished task 86.0 in stage 3.0 (TID 97). 8815 bytes result sent to driver
15:03:41.593 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 87.0 in stage 3.0 (TID 98) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 87, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.593 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 86.0 in stage 3.0 (TID 97) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (87/200)
15:03:41.593 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Running task 87.0 in stage 3.0 (TID 98)
15:03:41.599 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.599 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.601 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.601 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.612 [INFO - Executor task launch worker for task 87.0 in stage 3.0 (TID 98)] (Logging.scala:57) Finished task 87.0 in stage 3.0 (TID 98). 8815 bytes result sent to driver
15:03:41.613 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 88.0 in stage 3.0 (TID 99) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 88, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.614 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Running task 88.0 in stage 3.0 (TID 99)
15:03:41.614 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 87.0 in stage 3.0 (TID 98) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (88/200)
15:03:41.619 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.619 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.622 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.622 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.633 [INFO - Executor task launch worker for task 88.0 in stage 3.0 (TID 99)] (Logging.scala:57) Finished task 88.0 in stage 3.0 (TID 99). 8815 bytes result sent to driver
15:03:41.634 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 89.0 in stage 3.0 (TID 100) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 89, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.635 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 88.0 in stage 3.0 (TID 99) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (89/200)
15:03:41.635 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Running task 89.0 in stage 3.0 (TID 100)
15:03:41.640 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.640 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.642 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.642 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.652 [INFO - Executor task launch worker for task 89.0 in stage 3.0 (TID 100)] (Logging.scala:57) Finished task 89.0 in stage 3.0 (TID 100). 8815 bytes result sent to driver
15:03:41.654 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 90.0 in stage 3.0 (TID 101) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 90, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.654 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Running task 90.0 in stage 3.0 (TID 101)
15:03:41.654 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 89.0 in stage 3.0 (TID 100) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (90/200)
15:03:41.660 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.661 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.664 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.664 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.678 [INFO - Executor task launch worker for task 90.0 in stage 3.0 (TID 101)] (Logging.scala:57) Finished task 90.0 in stage 3.0 (TID 101). 8815 bytes result sent to driver
15:03:41.679 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 91.0 in stage 3.0 (TID 102) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 91, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.680 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 90.0 in stage 3.0 (TID 101) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (91/200)
15:03:41.680 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Running task 91.0 in stage 3.0 (TID 102)
15:03:41.686 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.686 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.690 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.690 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.706 [INFO - Executor task launch worker for task 91.0 in stage 3.0 (TID 102)] (Logging.scala:57) Finished task 91.0 in stage 3.0 (TID 102). 8815 bytes result sent to driver
15:03:41.716 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 92.0 in stage 3.0 (TID 103) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 92, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.716 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Running task 92.0 in stage 3.0 (TID 103)
15:03:41.717 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 91.0 in stage 3.0 (TID 102) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (92/200)
15:03:41.722 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.722 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.725 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.726 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.741 [INFO - Executor task launch worker for task 92.0 in stage 3.0 (TID 103)] (Logging.scala:57) Finished task 92.0 in stage 3.0 (TID 103). 8815 bytes result sent to driver
15:03:41.742 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 93.0 in stage 3.0 (TID 104) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 93, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.743 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 92.0 in stage 3.0 (TID 103) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (93/200)
15:03:41.743 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Running task 93.0 in stage 3.0 (TID 104)
15:03:41.748 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.749 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.752 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.752 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.764 [INFO - Executor task launch worker for task 93.0 in stage 3.0 (TID 104)] (Logging.scala:57) Finished task 93.0 in stage 3.0 (TID 104). 8815 bytes result sent to driver
15:03:41.766 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 94.0 in stage 3.0 (TID 105) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 94, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.766 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Running task 94.0 in stage 3.0 (TID 105)
15:03:41.766 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 93.0 in stage 3.0 (TID 104) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (94/200)
15:03:41.771 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.771 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.774 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.774 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.786 [INFO - Executor task launch worker for task 94.0 in stage 3.0 (TID 105)] (Logging.scala:57) Finished task 94.0 in stage 3.0 (TID 105). 8815 bytes result sent to driver
15:03:41.787 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 95.0 in stage 3.0 (TID 106) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 95, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.787 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 94.0 in stage 3.0 (TID 105) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (95/200)
15:03:41.787 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Running task 95.0 in stage 3.0 (TID 106)
15:03:41.794 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.794 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.797 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.797 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.811 [INFO - Executor task launch worker for task 95.0 in stage 3.0 (TID 106)] (Logging.scala:57) Finished task 95.0 in stage 3.0 (TID 106). 8815 bytes result sent to driver
15:03:41.812 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 96.0 in stage 3.0 (TID 107) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 96, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.813 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Running task 96.0 in stage 3.0 (TID 107)
15:03:41.813 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 95.0 in stage 3.0 (TID 106) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (96/200)
15:03:41.819 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.819 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.822 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.823 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.832 [INFO - Executor task launch worker for task 96.0 in stage 3.0 (TID 107)] (Logging.scala:57) Finished task 96.0 in stage 3.0 (TID 107). 8815 bytes result sent to driver
15:03:41.833 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 97.0 in stage 3.0 (TID 108) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 97, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.834 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 96.0 in stage 3.0 (TID 107) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (97/200)
15:03:41.834 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Running task 97.0 in stage 3.0 (TID 108)
15:03:41.838 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.838 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.840 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.840 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.849 [INFO - Executor task launch worker for task 97.0 in stage 3.0 (TID 108)] (Logging.scala:57) Finished task 97.0 in stage 3.0 (TID 108). 8815 bytes result sent to driver
15:03:41.850 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 98.0 in stage 3.0 (TID 109) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 98, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.851 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Running task 98.0 in stage 3.0 (TID 109)
15:03:41.851 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 97.0 in stage 3.0 (TID 108) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (98/200)
15:03:41.857 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.857 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.860 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.860 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.873 [INFO - Executor task launch worker for task 98.0 in stage 3.0 (TID 109)] (Logging.scala:57) Finished task 98.0 in stage 3.0 (TID 109). 8815 bytes result sent to driver
15:03:41.874 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 99.0 in stage 3.0 (TID 110) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 99, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.874 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 98.0 in stage 3.0 (TID 109) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (99/200)
15:03:41.874 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Running task 99.0 in stage 3.0 (TID 110)
15:03:41.878 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.878 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.881 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.881 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.890 [INFO - Executor task launch worker for task 99.0 in stage 3.0 (TID 110)] (Logging.scala:57) Finished task 99.0 in stage 3.0 (TID 110). 8815 bytes result sent to driver
15:03:41.891 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 100.0 in stage 3.0 (TID 111) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 100, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.892 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Running task 100.0 in stage 3.0 (TID 111)
15:03:41.892 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 99.0 in stage 3.0 (TID 110) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (100/200)
15:03:41.896 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.896 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.899 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.899 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.911 [INFO - Executor task launch worker for task 100.0 in stage 3.0 (TID 111)] (Logging.scala:57) Finished task 100.0 in stage 3.0 (TID 111). 8815 bytes result sent to driver
15:03:41.912 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 101.0 in stage 3.0 (TID 112) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 101, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.912 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 100.0 in stage 3.0 (TID 111) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (101/200)
15:03:41.912 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Running task 101.0 in stage 3.0 (TID 112)
15:03:41.917 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.917 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.920 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.921 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.934 [INFO - Executor task launch worker for task 101.0 in stage 3.0 (TID 112)] (Logging.scala:57) Finished task 101.0 in stage 3.0 (TID 112). 8815 bytes result sent to driver
15:03:41.935 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 102.0 in stage 3.0 (TID 113) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 102, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.935 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 101.0 in stage 3.0 (TID 112) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (102/200)
15:03:41.935 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Running task 102.0 in stage 3.0 (TID 113)
15:03:41.939 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.939 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.942 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.942 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.952 [INFO - Executor task launch worker for task 102.0 in stage 3.0 (TID 113)] (Logging.scala:57) Finished task 102.0 in stage 3.0 (TID 113). 8815 bytes result sent to driver
15:03:41.953 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 103.0 in stage 3.0 (TID 114) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 103, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.954 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 102.0 in stage 3.0 (TID 113) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (103/200)
15:03:41.954 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Running task 103.0 in stage 3.0 (TID 114)
15:03:41.959 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.959 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.961 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.962 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.974 [INFO - Executor task launch worker for task 103.0 in stage 3.0 (TID 114)] (Logging.scala:57) Finished task 103.0 in stage 3.0 (TID 114). 8815 bytes result sent to driver
15:03:41.975 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 104.0 in stage 3.0 (TID 115) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 104, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.976 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Running task 104.0 in stage 3.0 (TID 115)
15:03:41.976 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 103.0 in stage 3.0 (TID 114) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (104/200)
15:03:41.979 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.980 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.982 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.982 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:41.991 [INFO - Executor task launch worker for task 104.0 in stage 3.0 (TID 115)] (Logging.scala:57) Finished task 104.0 in stage 3.0 (TID 115). 8815 bytes result sent to driver
15:03:41.992 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 105.0 in stage 3.0 (TID 116) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 105, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:41.993 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Running task 105.0 in stage 3.0 (TID 116)
15:03:41.993 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 104.0 in stage 3.0 (TID 115) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (105/200)
15:03:41.997 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:41.997 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.000 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.000 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.010 [INFO - Executor task launch worker for task 105.0 in stage 3.0 (TID 116)] (Logging.scala:57) Finished task 105.0 in stage 3.0 (TID 116). 8815 bytes result sent to driver
15:03:42.011 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 106.0 in stage 3.0 (TID 117) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 106, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.012 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 105.0 in stage 3.0 (TID 116) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (106/200)
15:03:42.012 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Running task 106.0 in stage 3.0 (TID 117)
15:03:42.018 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.018 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.022 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.022 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.035 [INFO - Executor task launch worker for task 106.0 in stage 3.0 (TID 117)] (Logging.scala:57) Finished task 106.0 in stage 3.0 (TID 117). 8815 bytes result sent to driver
15:03:42.036 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 107.0 in stage 3.0 (TID 118) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 107, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.036 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Running task 107.0 in stage 3.0 (TID 118)
15:03:42.037 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 106.0 in stage 3.0 (TID 117) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (107/200)
15:03:42.041 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.042 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.044 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.045 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.057 [INFO - Executor task launch worker for task 107.0 in stage 3.0 (TID 118)] (Logging.scala:57) Finished task 107.0 in stage 3.0 (TID 118). 8815 bytes result sent to driver
15:03:42.058 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 108.0 in stage 3.0 (TID 119) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 108, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.059 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Running task 108.0 in stage 3.0 (TID 119)
15:03:42.059 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 107.0 in stage 3.0 (TID 118) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (108/200)
15:03:42.064 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.064 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.067 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.068 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.080 [INFO - Executor task launch worker for task 108.0 in stage 3.0 (TID 119)] (Logging.scala:57) Finished task 108.0 in stage 3.0 (TID 119). 8815 bytes result sent to driver
15:03:42.081 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 109.0 in stage 3.0 (TID 120) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 109, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.082 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Running task 109.0 in stage 3.0 (TID 120)
15:03:42.082 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 108.0 in stage 3.0 (TID 119) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (109/200)
15:03:42.087 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.087 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.090 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.090 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.099 [INFO - Executor task launch worker for task 109.0 in stage 3.0 (TID 120)] (Logging.scala:57) Finished task 109.0 in stage 3.0 (TID 120). 8815 bytes result sent to driver
15:03:42.101 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 110.0 in stage 3.0 (TID 121) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 110, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.101 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 109.0 in stage 3.0 (TID 120) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (110/200)
15:03:42.101 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Running task 110.0 in stage 3.0 (TID 121)
15:03:42.107 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.107 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.111 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.111 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.125 [INFO - Executor task launch worker for task 110.0 in stage 3.0 (TID 121)] (Logging.scala:57) Finished task 110.0 in stage 3.0 (TID 121). 8815 bytes result sent to driver
15:03:42.126 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 111.0 in stage 3.0 (TID 122) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 111, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.127 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Running task 111.0 in stage 3.0 (TID 122)
15:03:42.128 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 110.0 in stage 3.0 (TID 121) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (111/200)
15:03:42.132 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.132 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.134 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.134 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.143 [INFO - Executor task launch worker for task 111.0 in stage 3.0 (TID 122)] (Logging.scala:57) Finished task 111.0 in stage 3.0 (TID 122). 8815 bytes result sent to driver
15:03:42.144 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 112.0 in stage 3.0 (TID 123) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 112, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.144 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 111.0 in stage 3.0 (TID 122) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (112/200)
15:03:42.144 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Running task 112.0 in stage 3.0 (TID 123)
15:03:42.149 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.150 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.152 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.152 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.163 [INFO - Executor task launch worker for task 112.0 in stage 3.0 (TID 123)] (Logging.scala:57) Finished task 112.0 in stage 3.0 (TID 123). 8815 bytes result sent to driver
15:03:42.164 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 113.0 in stage 3.0 (TID 124) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 113, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.165 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 112.0 in stage 3.0 (TID 123) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (113/200)
15:03:42.166 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Running task 113.0 in stage 3.0 (TID 124)
15:03:42.170 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.171 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.173 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.173 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.184 [INFO - Executor task launch worker for task 113.0 in stage 3.0 (TID 124)] (Logging.scala:57) Finished task 113.0 in stage 3.0 (TID 124). 8815 bytes result sent to driver
15:03:42.186 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 114.0 in stage 3.0 (TID 125) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 114, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.186 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 113.0 in stage 3.0 (TID 124) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (114/200)
15:03:42.187 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Running task 114.0 in stage 3.0 (TID 125)
15:03:42.192 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.192 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.194 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.194 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.208 [INFO - Executor task launch worker for task 114.0 in stage 3.0 (TID 125)] (Logging.scala:57) Finished task 114.0 in stage 3.0 (TID 125). 8815 bytes result sent to driver
15:03:42.209 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 115.0 in stage 3.0 (TID 126) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 115, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.210 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Running task 115.0 in stage 3.0 (TID 126)
15:03:42.210 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 114.0 in stage 3.0 (TID 125) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (115/200)
15:03:42.215 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.216 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.218 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.218 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.229 [INFO - Executor task launch worker for task 115.0 in stage 3.0 (TID 126)] (Logging.scala:57) Finished task 115.0 in stage 3.0 (TID 126). 8815 bytes result sent to driver
15:03:42.230 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 116.0 in stage 3.0 (TID 127) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 116, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.230 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 115.0 in stage 3.0 (TID 126) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (116/200)
15:03:42.231 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Running task 116.0 in stage 3.0 (TID 127)
15:03:42.237 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.237 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.240 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.240 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.253 [INFO - Executor task launch worker for task 116.0 in stage 3.0 (TID 127)] (Logging.scala:57) Finished task 116.0 in stage 3.0 (TID 127). 8815 bytes result sent to driver
15:03:42.254 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 117.0 in stage 3.0 (TID 128) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 117, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.255 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 116.0 in stage 3.0 (TID 127) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (117/200)
15:03:42.255 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Running task 117.0 in stage 3.0 (TID 128)
15:03:42.260 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.260 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.262 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.262 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.271 [INFO - Executor task launch worker for task 117.0 in stage 3.0 (TID 128)] (Logging.scala:57) Finished task 117.0 in stage 3.0 (TID 128). 8815 bytes result sent to driver
15:03:42.281 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 118.0 in stage 3.0 (TID 129) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 118, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.282 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 117.0 in stage 3.0 (TID 128) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (118/200)
15:03:42.282 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Running task 118.0 in stage 3.0 (TID 129)
15:03:42.289 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.289 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.296 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.297 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.309 [INFO - Executor task launch worker for task 118.0 in stage 3.0 (TID 129)] (Logging.scala:57) Finished task 118.0 in stage 3.0 (TID 129). 8815 bytes result sent to driver
15:03:42.310 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 119.0 in stage 3.0 (TID 130) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 119, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.311 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 118.0 in stage 3.0 (TID 129) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (119/200)
15:03:42.311 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Running task 119.0 in stage 3.0 (TID 130)
15:03:42.315 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.315 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.318 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.318 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.327 [INFO - Executor task launch worker for task 119.0 in stage 3.0 (TID 130)] (Logging.scala:57) Finished task 119.0 in stage 3.0 (TID 130). 8815 bytes result sent to driver
15:03:42.328 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 120.0 in stage 3.0 (TID 131) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 120, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.329 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Running task 120.0 in stage 3.0 (TID 131)
15:03:42.329 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 119.0 in stage 3.0 (TID 130) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (120/200)
15:03:42.334 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.334 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.338 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.338 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.352 [INFO - Executor task launch worker for task 120.0 in stage 3.0 (TID 131)] (Logging.scala:57) Finished task 120.0 in stage 3.0 (TID 131). 8815 bytes result sent to driver
15:03:42.354 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 121.0 in stage 3.0 (TID 132) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 121, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.354 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Running task 121.0 in stage 3.0 (TID 132)
15:03:42.355 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 120.0 in stage 3.0 (TID 131) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (121/200)
15:03:42.361 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.361 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.364 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.364 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.377 [INFO - Executor task launch worker for task 121.0 in stage 3.0 (TID 132)] (Logging.scala:57) Finished task 121.0 in stage 3.0 (TID 132). 8815 bytes result sent to driver
15:03:42.378 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 122.0 in stage 3.0 (TID 133) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 122, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.378 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 121.0 in stage 3.0 (TID 132) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (122/200)
15:03:42.379 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Running task 122.0 in stage 3.0 (TID 133)
15:03:42.387 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.387 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.390 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.391 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.405 [INFO - Executor task launch worker for task 122.0 in stage 3.0 (TID 133)] (Logging.scala:57) Finished task 122.0 in stage 3.0 (TID 133). 8815 bytes result sent to driver
15:03:42.406 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 123.0 in stage 3.0 (TID 134) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 123, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.407 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 122.0 in stage 3.0 (TID 133) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (123/200)
15:03:42.407 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Running task 123.0 in stage 3.0 (TID 134)
15:03:42.413 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.414 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.417 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.417 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.430 [INFO - Executor task launch worker for task 123.0 in stage 3.0 (TID 134)] (Logging.scala:57) Finished task 123.0 in stage 3.0 (TID 134). 8815 bytes result sent to driver
15:03:42.431 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 124.0 in stage 3.0 (TID 135) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 124, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.432 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Running task 124.0 in stage 3.0 (TID 135)
15:03:42.432 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 123.0 in stage 3.0 (TID 134) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (124/200)
15:03:42.438 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.438 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.441 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.442 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.455 [INFO - Executor task launch worker for task 124.0 in stage 3.0 (TID 135)] (Logging.scala:57) Finished task 124.0 in stage 3.0 (TID 135). 8815 bytes result sent to driver
15:03:42.456 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 125.0 in stage 3.0 (TID 136) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 125, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.457 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 124.0 in stage 3.0 (TID 135) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (125/200)
15:03:42.457 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Running task 125.0 in stage 3.0 (TID 136)
15:03:42.463 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.463 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.465 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.465 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.476 [INFO - Executor task launch worker for task 125.0 in stage 3.0 (TID 136)] (Logging.scala:57) Finished task 125.0 in stage 3.0 (TID 136). 8815 bytes result sent to driver
15:03:42.477 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 126.0 in stage 3.0 (TID 137) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 126, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.477 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 125.0 in stage 3.0 (TID 136) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (126/200)
15:03:42.477 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Running task 126.0 in stage 3.0 (TID 137)
15:03:42.482 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.482 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.485 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.485 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.498 [INFO - Executor task launch worker for task 126.0 in stage 3.0 (TID 137)] (Logging.scala:57) Finished task 126.0 in stage 3.0 (TID 137). 8815 bytes result sent to driver
15:03:42.499 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 127.0 in stage 3.0 (TID 138) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 127, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.500 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 126.0 in stage 3.0 (TID 137) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (127/200)
15:03:42.501 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Running task 127.0 in stage 3.0 (TID 138)
15:03:42.507 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.507 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.510 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.510 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.524 [INFO - Executor task launch worker for task 127.0 in stage 3.0 (TID 138)] (Logging.scala:57) Finished task 127.0 in stage 3.0 (TID 138). 8815 bytes result sent to driver
15:03:42.525 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 128.0 in stage 3.0 (TID 139) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.525 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 127.0 in stage 3.0 (TID 138) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (128/200)
15:03:42.525 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Running task 128.0 in stage 3.0 (TID 139)
15:03:42.529 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.529 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.532 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.532 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.540 [INFO - Executor task launch worker for task 128.0 in stage 3.0 (TID 139)] (Logging.scala:57) Finished task 128.0 in stage 3.0 (TID 139). 8815 bytes result sent to driver
15:03:42.541 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 129.0 in stage 3.0 (TID 140) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 129, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.542 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Running task 129.0 in stage 3.0 (TID 140)
15:03:42.542 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 128.0 in stage 3.0 (TID 139) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (129/200)
15:03:42.547 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.548 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.550 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.551 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.561 [INFO - Executor task launch worker for task 129.0 in stage 3.0 (TID 140)] (Logging.scala:57) Finished task 129.0 in stage 3.0 (TID 140). 8815 bytes result sent to driver
15:03:42.562 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 130.0 in stage 3.0 (TID 141) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 130, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.562 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Running task 130.0 in stage 3.0 (TID 141)
15:03:42.563 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 129.0 in stage 3.0 (TID 140) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (130/200)
15:03:42.568 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.568 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.571 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.571 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.583 [INFO - Executor task launch worker for task 130.0 in stage 3.0 (TID 141)] (Logging.scala:57) Finished task 130.0 in stage 3.0 (TID 141). 8815 bytes result sent to driver
15:03:42.584 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 131.0 in stage 3.0 (TID 142) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 131, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.585 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 130.0 in stage 3.0 (TID 141) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (131/200)
15:03:42.585 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Running task 131.0 in stage 3.0 (TID 142)
15:03:42.589 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.589 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.592 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.592 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.602 [INFO - Executor task launch worker for task 131.0 in stage 3.0 (TID 142)] (Logging.scala:57) Finished task 131.0 in stage 3.0 (TID 142). 8815 bytes result sent to driver
15:03:42.603 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 132.0 in stage 3.0 (TID 143) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 132, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.604 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Running task 132.0 in stage 3.0 (TID 143)
15:03:42.604 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 131.0 in stage 3.0 (TID 142) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (132/200)
15:03:42.610 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Getting 4 (5.7 KiB) non-empty blocks including 4 (5.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.610 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.613 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.613 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.626 [INFO - Executor task launch worker for task 132.0 in stage 3.0 (TID 143)] (Logging.scala:57) Finished task 132.0 in stage 3.0 (TID 143). 8815 bytes result sent to driver
15:03:42.628 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 133.0 in stage 3.0 (TID 144) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 133, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.628 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 132.0 in stage 3.0 (TID 143) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (133/200)
15:03:42.628 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Running task 133.0 in stage 3.0 (TID 144)
15:03:42.633 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.633 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.636 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.636 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.645 [INFO - Executor task launch worker for task 133.0 in stage 3.0 (TID 144)] (Logging.scala:57) Finished task 133.0 in stage 3.0 (TID 144). 8815 bytes result sent to driver
15:03:42.646 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 134.0 in stage 3.0 (TID 145) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 134, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.647 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Running task 134.0 in stage 3.0 (TID 145)
15:03:42.647 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 133.0 in stage 3.0 (TID 144) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (134/200)
15:03:42.652 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.653 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.656 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.656 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.670 [INFO - Executor task launch worker for task 134.0 in stage 3.0 (TID 145)] (Logging.scala:57) Finished task 134.0 in stage 3.0 (TID 145). 8815 bytes result sent to driver
15:03:42.671 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 135.0 in stage 3.0 (TID 146) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 135, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.671 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Running task 135.0 in stage 3.0 (TID 146)
15:03:42.671 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 134.0 in stage 3.0 (TID 145) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (135/200)
15:03:42.675 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.675 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.677 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.677 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.687 [INFO - Executor task launch worker for task 135.0 in stage 3.0 (TID 146)] (Logging.scala:57) Finished task 135.0 in stage 3.0 (TID 146). 8815 bytes result sent to driver
15:03:42.688 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 136.0 in stage 3.0 (TID 147) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 136, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.688 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Running task 136.0 in stage 3.0 (TID 147)
15:03:42.688 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 135.0 in stage 3.0 (TID 146) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (136/200)
15:03:42.692 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.692 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.694 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.694 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.702 [INFO - Executor task launch worker for task 136.0 in stage 3.0 (TID 147)] (Logging.scala:57) Finished task 136.0 in stage 3.0 (TID 147). 8815 bytes result sent to driver
15:03:42.704 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 137.0 in stage 3.0 (TID 148) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 137, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.704 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 136.0 in stage 3.0 (TID 147) in 17 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (137/200)
15:03:42.704 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Running task 137.0 in stage 3.0 (TID 148)
15:03:42.710 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.710 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.713 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.713 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.727 [INFO - Executor task launch worker for task 137.0 in stage 3.0 (TID 148)] (Logging.scala:57) Finished task 137.0 in stage 3.0 (TID 148). 8815 bytes result sent to driver
15:03:42.728 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 138.0 in stage 3.0 (TID 149) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 138, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.728 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Running task 138.0 in stage 3.0 (TID 149)
15:03:42.728 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 137.0 in stage 3.0 (TID 148) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (138/200)
15:03:42.732 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.732 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.736 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.736 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.744 [INFO - Executor task launch worker for task 138.0 in stage 3.0 (TID 149)] (Logging.scala:57) Finished task 138.0 in stage 3.0 (TID 149). 8815 bytes result sent to driver
15:03:42.745 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 139.0 in stage 3.0 (TID 150) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 139, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.746 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Running task 139.0 in stage 3.0 (TID 150)
15:03:42.746 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 138.0 in stage 3.0 (TID 149) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (139/200)
15:03:42.750 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.751 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.754 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.754 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.763 [INFO - Executor task launch worker for task 139.0 in stage 3.0 (TID 150)] (Logging.scala:57) Finished task 139.0 in stage 3.0 (TID 150). 8815 bytes result sent to driver
15:03:42.764 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 140.0 in stage 3.0 (TID 151) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 140, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.764 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 139.0 in stage 3.0 (TID 150) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (140/200)
15:03:42.765 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Running task 140.0 in stage 3.0 (TID 151)
15:03:42.770 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.770 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.773 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.773 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.785 [INFO - Executor task launch worker for task 140.0 in stage 3.0 (TID 151)] (Logging.scala:57) Finished task 140.0 in stage 3.0 (TID 151). 8815 bytes result sent to driver
15:03:42.786 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 141.0 in stage 3.0 (TID 152) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 141, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.787 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 140.0 in stage 3.0 (TID 151) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (141/200)
15:03:42.787 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Running task 141.0 in stage 3.0 (TID 152)
15:03:42.791 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Getting 4 (5.6 KiB) non-empty blocks including 4 (5.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.792 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.794 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.794 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.806 [INFO - Executor task launch worker for task 141.0 in stage 3.0 (TID 152)] (Logging.scala:57) Finished task 141.0 in stage 3.0 (TID 152). 8815 bytes result sent to driver
15:03:42.807 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 142.0 in stage 3.0 (TID 153) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 142, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.808 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Running task 142.0 in stage 3.0 (TID 153)
15:03:42.808 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 141.0 in stage 3.0 (TID 152) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (142/200)
15:03:42.814 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.814 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.816 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.816 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.825 [INFO - Executor task launch worker for task 142.0 in stage 3.0 (TID 153)] (Logging.scala:57) Finished task 142.0 in stage 3.0 (TID 153). 8815 bytes result sent to driver
15:03:42.826 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 143.0 in stage 3.0 (TID 154) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 143, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.827 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Running task 143.0 in stage 3.0 (TID 154)
15:03:42.827 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 142.0 in stage 3.0 (TID 153) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (143/200)
15:03:42.831 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.831 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.833 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.833 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.854 [INFO - Executor task launch worker for task 143.0 in stage 3.0 (TID 154)] (Logging.scala:57) Finished task 143.0 in stage 3.0 (TID 154). 8858 bytes result sent to driver
15:03:42.855 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 144.0 in stage 3.0 (TID 155) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 144, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.856 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Running task 144.0 in stage 3.0 (TID 155)
15:03:42.856 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 143.0 in stage 3.0 (TID 154) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (144/200)
15:03:42.860 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.860 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.862 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.863 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.871 [INFO - Executor task launch worker for task 144.0 in stage 3.0 (TID 155)] (Logging.scala:57) Finished task 144.0 in stage 3.0 (TID 155). 8815 bytes result sent to driver
15:03:42.872 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 145.0 in stage 3.0 (TID 156) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 145, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.873 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Running task 145.0 in stage 3.0 (TID 156)
15:03:42.873 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 144.0 in stage 3.0 (TID 155) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (145/200)
15:03:42.878 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.878 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.881 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.881 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.893 [INFO - Executor task launch worker for task 145.0 in stage 3.0 (TID 156)] (Logging.scala:57) Finished task 145.0 in stage 3.0 (TID 156). 8815 bytes result sent to driver
15:03:42.894 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 146.0 in stage 3.0 (TID 157) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 146, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.894 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 145.0 in stage 3.0 (TID 156) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (146/200)
15:03:42.894 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Running task 146.0 in stage 3.0 (TID 157)
15:03:42.898 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.898 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.900 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.900 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.909 [INFO - Executor task launch worker for task 146.0 in stage 3.0 (TID 157)] (Logging.scala:57) Finished task 146.0 in stage 3.0 (TID 157). 8815 bytes result sent to driver
15:03:42.910 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 147.0 in stage 3.0 (TID 158) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 147, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.910 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 146.0 in stage 3.0 (TID 157) in 17 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (147/200)
15:03:42.910 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Running task 147.0 in stage 3.0 (TID 158)
15:03:42.914 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.914 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.916 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.916 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.925 [INFO - Executor task launch worker for task 147.0 in stage 3.0 (TID 158)] (Logging.scala:57) Finished task 147.0 in stage 3.0 (TID 158). 8815 bytes result sent to driver
15:03:42.926 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 148.0 in stage 3.0 (TID 159) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 148, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.927 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Running task 148.0 in stage 3.0 (TID 159)
15:03:42.927 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 147.0 in stage 3.0 (TID 158) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (148/200)
15:03:42.931 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.931 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.933 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.933 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.942 [INFO - Executor task launch worker for task 148.0 in stage 3.0 (TID 159)] (Logging.scala:57) Finished task 148.0 in stage 3.0 (TID 159). 8815 bytes result sent to driver
15:03:42.943 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 149.0 in stage 3.0 (TID 160) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 149, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.943 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 148.0 in stage 3.0 (TID 159) in 17 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (149/200)
15:03:42.943 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Running task 149.0 in stage 3.0 (TID 160)
15:03:42.948 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.948 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.951 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.951 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.962 [INFO - Executor task launch worker for task 149.0 in stage 3.0 (TID 160)] (Logging.scala:57) Finished task 149.0 in stage 3.0 (TID 160). 8815 bytes result sent to driver
15:03:42.963 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 150.0 in stage 3.0 (TID 161) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 150, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.964 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 149.0 in stage 3.0 (TID 160) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (150/200)
15:03:42.964 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Running task 150.0 in stage 3.0 (TID 161)
15:03:42.969 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.969 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.971 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.972 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.980 [INFO - Executor task launch worker for task 150.0 in stage 3.0 (TID 161)] (Logging.scala:57) Finished task 150.0 in stage 3.0 (TID 161). 8815 bytes result sent to driver
15:03:42.981 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 151.0 in stage 3.0 (TID 162) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 151, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:42.981 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 150.0 in stage 3.0 (TID 161) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (151/200)
15:03:42.981 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Running task 151.0 in stage 3.0 (TID 162)
15:03:42.985 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.985 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:42.987 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:42.987 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.002 [INFO - Executor task launch worker for task 151.0 in stage 3.0 (TID 162)] (Logging.scala:57) Finished task 151.0 in stage 3.0 (TID 162). 8944 bytes result sent to driver
15:03:43.003 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 152.0 in stage 3.0 (TID 163) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 152, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.003 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 151.0 in stage 3.0 (TID 162) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (152/200)
15:03:43.003 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Running task 152.0 in stage 3.0 (TID 163)
15:03:43.007 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.007 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.009 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.009 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.018 [INFO - Executor task launch worker for task 152.0 in stage 3.0 (TID 163)] (Logging.scala:57) Finished task 152.0 in stage 3.0 (TID 163). 8815 bytes result sent to driver
15:03:43.019 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 153.0 in stage 3.0 (TID 164) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 153, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.019 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 152.0 in stage 3.0 (TID 163) in 17 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (153/200)
15:03:43.019 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Running task 153.0 in stage 3.0 (TID 164)
15:03:43.023 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.023 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.026 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.026 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.035 [INFO - Executor task launch worker for task 153.0 in stage 3.0 (TID 164)] (Logging.scala:57) Finished task 153.0 in stage 3.0 (TID 164). 8815 bytes result sent to driver
15:03:43.036 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 154.0 in stage 3.0 (TID 165) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 154, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.036 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 153.0 in stage 3.0 (TID 164) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (154/200)
15:03:43.036 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Running task 154.0 in stage 3.0 (TID 165)
15:03:43.041 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.042 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.045 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.045 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.057 [INFO - Executor task launch worker for task 154.0 in stage 3.0 (TID 165)] (Logging.scala:57) Finished task 154.0 in stage 3.0 (TID 165). 8815 bytes result sent to driver
15:03:43.058 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 155.0 in stage 3.0 (TID 166) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 155, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.058 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 154.0 in stage 3.0 (TID 165) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (155/200)
15:03:43.058 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Running task 155.0 in stage 3.0 (TID 166)
15:03:43.062 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.063 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.065 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.065 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.073 [INFO - Executor task launch worker for task 155.0 in stage 3.0 (TID 166)] (Logging.scala:57) Finished task 155.0 in stage 3.0 (TID 166). 8815 bytes result sent to driver
15:03:43.074 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 156.0 in stage 3.0 (TID 167) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 156, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.075 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 155.0 in stage 3.0 (TID 166) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (156/200)
15:03:43.075 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Running task 156.0 in stage 3.0 (TID 167)
15:03:43.080 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.080 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.082 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.082 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.091 [INFO - Executor task launch worker for task 156.0 in stage 3.0 (TID 167)] (Logging.scala:57) Finished task 156.0 in stage 3.0 (TID 167). 8815 bytes result sent to driver
15:03:43.092 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 157.0 in stage 3.0 (TID 168) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 157, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.092 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 156.0 in stage 3.0 (TID 167) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (157/200)
15:03:43.092 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Running task 157.0 in stage 3.0 (TID 168)
15:03:43.096 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.096 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.098 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.098 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.107 [INFO - Executor task launch worker for task 157.0 in stage 3.0 (TID 168)] (Logging.scala:57) Finished task 157.0 in stage 3.0 (TID 168). 8815 bytes result sent to driver
15:03:43.108 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 158.0 in stage 3.0 (TID 169) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 158, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.108 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Running task 158.0 in stage 3.0 (TID 169)
15:03:43.108 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 157.0 in stage 3.0 (TID 168) in 17 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (158/200)
15:03:43.113 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.113 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.116 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.116 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.128 [INFO - Executor task launch worker for task 158.0 in stage 3.0 (TID 169)] (Logging.scala:57) Finished task 158.0 in stage 3.0 (TID 169). 8815 bytes result sent to driver
15:03:43.129 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 159.0 in stage 3.0 (TID 170) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 159, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.130 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 158.0 in stage 3.0 (TID 169) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (159/200)
15:03:43.130 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Running task 159.0 in stage 3.0 (TID 170)
15:03:43.135 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.135 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.138 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.138 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.148 [INFO - Executor task launch worker for task 159.0 in stage 3.0 (TID 170)] (Logging.scala:57) Finished task 159.0 in stage 3.0 (TID 170). 8815 bytes result sent to driver
15:03:43.149 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 160.0 in stage 3.0 (TID 171) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 160, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.150 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 159.0 in stage 3.0 (TID 170) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (160/200)
15:03:43.150 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Running task 160.0 in stage 3.0 (TID 171)
15:03:43.155 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.155 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.158 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.158 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.170 [INFO - Executor task launch worker for task 160.0 in stage 3.0 (TID 171)] (Logging.scala:57) Finished task 160.0 in stage 3.0 (TID 171). 8815 bytes result sent to driver
15:03:43.171 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 161.0 in stage 3.0 (TID 172) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 161, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.171 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 160.0 in stage 3.0 (TID 171) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (161/200)
15:03:43.171 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Running task 161.0 in stage 3.0 (TID 172)
15:03:43.175 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.175 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.177 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.177 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.186 [INFO - Executor task launch worker for task 161.0 in stage 3.0 (TID 172)] (Logging.scala:57) Finished task 161.0 in stage 3.0 (TID 172). 8815 bytes result sent to driver
15:03:43.187 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 162.0 in stage 3.0 (TID 173) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 162, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.187 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Running task 162.0 in stage 3.0 (TID 173)
15:03:43.187 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 161.0 in stage 3.0 (TID 172) in 17 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (162/200)
15:03:43.192 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.192 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.194 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.194 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.202 [INFO - Executor task launch worker for task 162.0 in stage 3.0 (TID 173)] (Logging.scala:57) Finished task 162.0 in stage 3.0 (TID 173). 8815 bytes result sent to driver
15:03:43.204 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 163.0 in stage 3.0 (TID 174) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 163, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.204 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Running task 163.0 in stage 3.0 (TID 174)
15:03:43.204 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 162.0 in stage 3.0 (TID 173) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (163/200)
15:03:43.210 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.210 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.213 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.213 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.225 [INFO - Executor task launch worker for task 163.0 in stage 3.0 (TID 174)] (Logging.scala:57) Finished task 163.0 in stage 3.0 (TID 174). 8815 bytes result sent to driver
15:03:43.226 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 164.0 in stage 3.0 (TID 175) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 164, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.227 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 163.0 in stage 3.0 (TID 174) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (164/200)
15:03:43.228 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Running task 164.0 in stage 3.0 (TID 175)
15:03:43.232 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.232 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.234 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.234 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.243 [INFO - Executor task launch worker for task 164.0 in stage 3.0 (TID 175)] (Logging.scala:57) Finished task 164.0 in stage 3.0 (TID 175). 8815 bytes result sent to driver
15:03:43.244 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 165.0 in stage 3.0 (TID 176) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 165, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.245 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Running task 165.0 in stage 3.0 (TID 176)
15:03:43.245 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 164.0 in stage 3.0 (TID 175) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (165/200)
15:03:43.249 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.249 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.252 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.252 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.261 [INFO - Executor task launch worker for task 165.0 in stage 3.0 (TID 176)] (Logging.scala:57) Finished task 165.0 in stage 3.0 (TID 176). 8815 bytes result sent to driver
15:03:43.262 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 166.0 in stage 3.0 (TID 177) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 166, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.263 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 165.0 in stage 3.0 (TID 176) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (166/200)
15:03:43.263 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Running task 166.0 in stage 3.0 (TID 177)
15:03:43.269 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.269 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.272 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.273 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.285 [INFO - Executor task launch worker for task 166.0 in stage 3.0 (TID 177)] (Logging.scala:57) Finished task 166.0 in stage 3.0 (TID 177). 8815 bytes result sent to driver
15:03:43.287 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 167.0 in stage 3.0 (TID 178) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 167, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.287 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 166.0 in stage 3.0 (TID 177) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (167/200)
15:03:43.288 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Running task 167.0 in stage 3.0 (TID 178)
15:03:43.293 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.293 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.296 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.296 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.307 [INFO - Executor task launch worker for task 167.0 in stage 3.0 (TID 178)] (Logging.scala:57) Finished task 167.0 in stage 3.0 (TID 178). 8815 bytes result sent to driver
15:03:43.308 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 168.0 in stage 3.0 (TID 179) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 168, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.309 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 167.0 in stage 3.0 (TID 178) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (168/200)
15:03:43.309 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Running task 168.0 in stage 3.0 (TID 179)
15:03:43.312 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.313 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.315 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.315 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.323 [INFO - Executor task launch worker for task 168.0 in stage 3.0 (TID 179)] (Logging.scala:57) Finished task 168.0 in stage 3.0 (TID 179). 8815 bytes result sent to driver
15:03:43.325 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 169.0 in stage 3.0 (TID 180) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 169, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.325 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 168.0 in stage 3.0 (TID 179) in 17 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (169/200)
15:03:43.325 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Running task 169.0 in stage 3.0 (TID 180)
15:03:43.330 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.331 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.333 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.334 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.346 [INFO - Executor task launch worker for task 169.0 in stage 3.0 (TID 180)] (Logging.scala:57) Finished task 169.0 in stage 3.0 (TID 180). 8815 bytes result sent to driver
15:03:43.358 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 170.0 in stage 3.0 (TID 181) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 170, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.358 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 169.0 in stage 3.0 (TID 180) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (170/200)
15:03:43.358 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Running task 170.0 in stage 3.0 (TID 181)
15:03:43.364 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.364 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.367 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.367 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.380 [INFO - Executor task launch worker for task 170.0 in stage 3.0 (TID 181)] (Logging.scala:57) Finished task 170.0 in stage 3.0 (TID 181). 8815 bytes result sent to driver
15:03:43.381 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 171.0 in stage 3.0 (TID 182) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 171, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.381 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 170.0 in stage 3.0 (TID 181) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (171/200)
15:03:43.381 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Running task 171.0 in stage 3.0 (TID 182)
15:03:43.386 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.386 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.388 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.389 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.398 [INFO - Executor task launch worker for task 171.0 in stage 3.0 (TID 182)] (Logging.scala:57) Finished task 171.0 in stage 3.0 (TID 182). 8815 bytes result sent to driver
15:03:43.399 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 172.0 in stage 3.0 (TID 183) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 172, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.399 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 171.0 in stage 3.0 (TID 182) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (172/200)
15:03:43.399 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Running task 172.0 in stage 3.0 (TID 183)
15:03:43.405 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.406 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.409 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.409 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.418 [INFO - Executor task launch worker for task 172.0 in stage 3.0 (TID 183)] (Logging.scala:57) Finished task 172.0 in stage 3.0 (TID 183). 8815 bytes result sent to driver
15:03:43.419 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 173.0 in stage 3.0 (TID 184) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 173, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.420 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 172.0 in stage 3.0 (TID 183) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (173/200)
15:03:43.420 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Running task 173.0 in stage 3.0 (TID 184)
15:03:43.425 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.425 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.428 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.428 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.439 [INFO - Executor task launch worker for task 173.0 in stage 3.0 (TID 184)] (Logging.scala:57) Finished task 173.0 in stage 3.0 (TID 184). 8815 bytes result sent to driver
15:03:43.440 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 174.0 in stage 3.0 (TID 185) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 174, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.441 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 173.0 in stage 3.0 (TID 184) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (174/200)
15:03:43.441 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Running task 174.0 in stage 3.0 (TID 185)
15:03:43.445 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.445 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.447 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.448 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.457 [INFO - Executor task launch worker for task 174.0 in stage 3.0 (TID 185)] (Logging.scala:57) Finished task 174.0 in stage 3.0 (TID 185). 8815 bytes result sent to driver
15:03:43.458 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 175.0 in stage 3.0 (TID 186) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 175, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.459 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Running task 175.0 in stage 3.0 (TID 186)
15:03:43.459 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 174.0 in stage 3.0 (TID 185) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (175/200)
15:03:43.463 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.463 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.465 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.466 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.475 [INFO - Executor task launch worker for task 175.0 in stage 3.0 (TID 186)] (Logging.scala:57) Finished task 175.0 in stage 3.0 (TID 186). 8815 bytes result sent to driver
15:03:43.476 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 176.0 in stage 3.0 (TID 187) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 176, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.477 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 175.0 in stage 3.0 (TID 186) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (176/200)
15:03:43.477 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Running task 176.0 in stage 3.0 (TID 187)
15:03:43.481 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.481 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.483 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.483 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.492 [INFO - Executor task launch worker for task 176.0 in stage 3.0 (TID 187)] (Logging.scala:57) Finished task 176.0 in stage 3.0 (TID 187). 8815 bytes result sent to driver
15:03:43.493 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 177.0 in stage 3.0 (TID 188) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 177, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.494 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Running task 177.0 in stage 3.0 (TID 188)
15:03:43.494 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 176.0 in stage 3.0 (TID 187) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (177/200)
15:03:43.499 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.499 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.502 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.502 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.513 [INFO - Executor task launch worker for task 177.0 in stage 3.0 (TID 188)] (Logging.scala:57) Finished task 177.0 in stage 3.0 (TID 188). 8815 bytes result sent to driver
15:03:43.515 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 178.0 in stage 3.0 (TID 189) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 178, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.515 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 177.0 in stage 3.0 (TID 188) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (178/200)
15:03:43.515 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Running task 178.0 in stage 3.0 (TID 189)
15:03:43.521 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.521 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.523 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.524 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.532 [INFO - Executor task launch worker for task 178.0 in stage 3.0 (TID 189)] (Logging.scala:57) Finished task 178.0 in stage 3.0 (TID 189). 8815 bytes result sent to driver
15:03:43.534 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 179.0 in stage 3.0 (TID 190) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 179, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.534 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 178.0 in stage 3.0 (TID 189) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (179/200)
15:03:43.534 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Running task 179.0 in stage 3.0 (TID 190)
15:03:43.539 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.539 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.542 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.542 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.553 [INFO - Executor task launch worker for task 179.0 in stage 3.0 (TID 190)] (Logging.scala:57) Finished task 179.0 in stage 3.0 (TID 190). 8815 bytes result sent to driver
15:03:43.555 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 180.0 in stage 3.0 (TID 191) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 180, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.555 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Running task 180.0 in stage 3.0 (TID 191)
15:03:43.555 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 179.0 in stage 3.0 (TID 190) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (180/200)
15:03:43.560 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.561 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.563 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.563 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.572 [INFO - Executor task launch worker for task 180.0 in stage 3.0 (TID 191)] (Logging.scala:57) Finished task 180.0 in stage 3.0 (TID 191). 8815 bytes result sent to driver
15:03:43.573 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 181.0 in stage 3.0 (TID 192) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 181, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.574 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Running task 181.0 in stage 3.0 (TID 192)
15:03:43.574 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 180.0 in stage 3.0 (TID 191) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (181/200)
15:03:43.579 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.579 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.582 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.582 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.594 [INFO - Executor task launch worker for task 181.0 in stage 3.0 (TID 192)] (Logging.scala:57) Finished task 181.0 in stage 3.0 (TID 192). 8815 bytes result sent to driver
15:03:43.595 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 182.0 in stage 3.0 (TID 193) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 182, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.595 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Running task 182.0 in stage 3.0 (TID 193)
15:03:43.595 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 181.0 in stage 3.0 (TID 192) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (182/200)
15:03:43.601 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.601 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.604 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.604 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.613 [INFO - Executor task launch worker for task 182.0 in stage 3.0 (TID 193)] (Logging.scala:57) Finished task 182.0 in stage 3.0 (TID 193). 8815 bytes result sent to driver
15:03:43.614 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 183.0 in stage 3.0 (TID 194) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 183, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.615 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Running task 183.0 in stage 3.0 (TID 194)
15:03:43.615 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 182.0 in stage 3.0 (TID 193) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (183/200)
15:03:43.619 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.619 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.621 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.622 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.631 [INFO - Executor task launch worker for task 183.0 in stage 3.0 (TID 194)] (Logging.scala:57) Finished task 183.0 in stage 3.0 (TID 194). 8815 bytes result sent to driver
15:03:43.632 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 184.0 in stage 3.0 (TID 195) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 184, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.633 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Running task 184.0 in stage 3.0 (TID 195)
15:03:43.633 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 183.0 in stage 3.0 (TID 194) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (184/200)
15:03:43.638 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.639 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.642 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.642 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.655 [INFO - Executor task launch worker for task 184.0 in stage 3.0 (TID 195)] (Logging.scala:57) Finished task 184.0 in stage 3.0 (TID 195). 8815 bytes result sent to driver
15:03:43.657 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 185.0 in stage 3.0 (TID 196) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 185, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.657 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 184.0 in stage 3.0 (TID 195) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (185/200)
15:03:43.657 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Running task 185.0 in stage 3.0 (TID 196)
15:03:43.663 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.663 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.666 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.667 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.679 [INFO - Executor task launch worker for task 185.0 in stage 3.0 (TID 196)] (Logging.scala:57) Finished task 185.0 in stage 3.0 (TID 196). 8815 bytes result sent to driver
15:03:43.680 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 186.0 in stage 3.0 (TID 197) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 186, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.681 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 185.0 in stage 3.0 (TID 196) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (186/200)
15:03:43.681 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Running task 186.0 in stage 3.0 (TID 197)
15:03:43.686 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.686 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.689 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.689 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.698 [INFO - Executor task launch worker for task 186.0 in stage 3.0 (TID 197)] (Logging.scala:57) Finished task 186.0 in stage 3.0 (TID 197). 8815 bytes result sent to driver
15:03:43.699 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 187.0 in stage 3.0 (TID 198) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 187, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.700 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Running task 187.0 in stage 3.0 (TID 198)
15:03:43.700 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 186.0 in stage 3.0 (TID 197) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (187/200)
15:03:43.704 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.705 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.706 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.707 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.717 [INFO - Executor task launch worker for task 187.0 in stage 3.0 (TID 198)] (Logging.scala:57) Finished task 187.0 in stage 3.0 (TID 198). 8815 bytes result sent to driver
15:03:43.718 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 188.0 in stage 3.0 (TID 199) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 188, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.719 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Running task 188.0 in stage 3.0 (TID 199)
15:03:43.719 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 187.0 in stage 3.0 (TID 198) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (188/200)
15:03:43.726 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.726 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.729 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.730 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.743 [INFO - Executor task launch worker for task 188.0 in stage 3.0 (TID 199)] (Logging.scala:57) Finished task 188.0 in stage 3.0 (TID 199). 8815 bytes result sent to driver
15:03:43.744 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 189.0 in stage 3.0 (TID 200) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 189, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.745 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Running task 189.0 in stage 3.0 (TID 200)
15:03:43.745 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 188.0 in stage 3.0 (TID 199) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (189/200)
15:03:43.749 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.750 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.752 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.752 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.764 [INFO - Executor task launch worker for task 189.0 in stage 3.0 (TID 200)] (Logging.scala:57) Finished task 189.0 in stage 3.0 (TID 200). 8815 bytes result sent to driver
15:03:43.765 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 190.0 in stage 3.0 (TID 201) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 190, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.765 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 189.0 in stage 3.0 (TID 200) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (190/200)
15:03:43.766 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Running task 190.0 in stage 3.0 (TID 201)
15:03:43.771 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.771 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.774 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.774 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.785 [INFO - Executor task launch worker for task 190.0 in stage 3.0 (TID 201)] (Logging.scala:57) Finished task 190.0 in stage 3.0 (TID 201). 8815 bytes result sent to driver
15:03:43.786 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 191.0 in stage 3.0 (TID 202) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 191, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.786 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 190.0 in stage 3.0 (TID 201) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (191/200)
15:03:43.787 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Running task 191.0 in stage 3.0 (TID 202)
15:03:43.792 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.792 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.795 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.795 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.808 [INFO - Executor task launch worker for task 191.0 in stage 3.0 (TID 202)] (Logging.scala:57) Finished task 191.0 in stage 3.0 (TID 202). 8815 bytes result sent to driver
15:03:43.810 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 192.0 in stage 3.0 (TID 203) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 192, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.810 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 191.0 in stage 3.0 (TID 202) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (192/200)
15:03:43.810 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Running task 192.0 in stage 3.0 (TID 203)
15:03:43.816 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.816 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.819 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.819 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.828 [INFO - Executor task launch worker for task 192.0 in stage 3.0 (TID 203)] (Logging.scala:57) Finished task 192.0 in stage 3.0 (TID 203). 8815 bytes result sent to driver
15:03:43.829 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 193.0 in stage 3.0 (TID 204) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 193, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.829 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 192.0 in stage 3.0 (TID 203) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (193/200)
15:03:43.829 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Running task 193.0 in stage 3.0 (TID 204)
15:03:43.833 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.833 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.836 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.836 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.844 [INFO - Executor task launch worker for task 193.0 in stage 3.0 (TID 204)] (Logging.scala:57) Finished task 193.0 in stage 3.0 (TID 204). 8815 bytes result sent to driver
15:03:43.845 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 194.0 in stage 3.0 (TID 205) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 194, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.845 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Running task 194.0 in stage 3.0 (TID 205)
15:03:43.845 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 193.0 in stage 3.0 (TID 204) in 17 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (194/200)
15:03:43.849 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.849 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.851 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.852 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.862 [INFO - Executor task launch worker for task 194.0 in stage 3.0 (TID 205)] (Logging.scala:57) Finished task 194.0 in stage 3.0 (TID 205). 8858 bytes result sent to driver
15:03:43.863 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 195.0 in stage 3.0 (TID 206) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 195, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.863 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Running task 195.0 in stage 3.0 (TID 206)
15:03:43.863 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 194.0 in stage 3.0 (TID 205) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (195/200)
15:03:43.868 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.868 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.871 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.871 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.880 [INFO - Executor task launch worker for task 195.0 in stage 3.0 (TID 206)] (Logging.scala:57) Finished task 195.0 in stage 3.0 (TID 206). 8815 bytes result sent to driver
15:03:43.881 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 196.0 in stage 3.0 (TID 207) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 196, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.882 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Running task 196.0 in stage 3.0 (TID 207)
15:03:43.882 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 195.0 in stage 3.0 (TID 206) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (196/200)
15:03:43.887 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.887 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.891 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.891 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.915 [INFO - Executor task launch worker for task 196.0 in stage 3.0 (TID 207)] (Logging.scala:57) Finished task 196.0 in stage 3.0 (TID 207). 8858 bytes result sent to driver
15:03:43.916 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 197.0 in stage 3.0 (TID 208) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 197, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.916 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 196.0 in stage 3.0 (TID 207) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (197/200)
15:03:43.917 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Running task 197.0 in stage 3.0 (TID 208)
15:03:43.921 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Getting 4 (5.3 KiB) non-empty blocks including 4 (5.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.921 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.924 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.924 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.932 [INFO - Executor task launch worker for task 197.0 in stage 3.0 (TID 208)] (Logging.scala:57) Finished task 197.0 in stage 3.0 (TID 208). 8815 bytes result sent to driver
15:03:43.933 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 198.0 in stage 3.0 (TID 209) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 198, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.933 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 197.0 in stage 3.0 (TID 208) in 18 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (198/200)
15:03:43.933 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Running task 198.0 in stage 3.0 (TID 209)
15:03:43.937 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.937 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.939 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.939 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.948 [INFO - Executor task launch worker for task 198.0 in stage 3.0 (TID 209)] (Logging.scala:57) Finished task 198.0 in stage 3.0 (TID 209). 8815 bytes result sent to driver
15:03:43.950 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 199.0 in stage 3.0 (TID 210) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 199, NODE_LOCAL, 4724 bytes) taskResourceAssignments Map()
15:03:43.951 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 198.0 in stage 3.0 (TID 209) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (199/200)
15:03:43.951 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Running task 199.0 in stage 3.0 (TID 210)
15:03:43.957 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.957 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.960 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:43.960 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:43.971 [INFO - Executor task launch worker for task 199.0 in stage 3.0 (TID 210)] (Logging.scala:57) Finished task 199.0 in stage 3.0 (TID 210). 8815 bytes result sent to driver
15:03:43.973 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 4.0 (TID 211) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5030 bytes) taskResourceAssignments Map()
15:03:43.973 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 199.0 in stage 3.0 (TID 210) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (200/200)
15:03:43.973 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 211)] (Logging.scala:57) Running task 1.0 in stage 4.0 (TID 211)
15:03:43.973 [INFO - task-result-getter-2] (Logging.scala:57) Removed TaskSet 3.0, whose tasks have all completed, from pool 
15:03:43.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 3 (collect at IntegrationTestBigLinkedList.scala:421) finished in 5.916 s
15:03:43.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
15:03:43.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6, ShuffleMapStage 4)
15:03:43.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
15:03:43.974 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
15:03:43.977 [DEBUG - Executor task launch worker for task 1.0 in stage 4.0 (TID 211)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.028 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9974 rows, more = false, responseScanTimestamp = 7317342715841024000) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=c4b68555e18548b3a02d18158105c2ea, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.133 [INFO - Executor task launch worker for task 1.0 in stage 4.0 (TID 211)] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 211). 6373 bytes result sent to driver
15:03:44.134 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 4.0 (TID 212) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5030 bytes) taskResourceAssignments Map()
15:03:44.134 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 4.0 (TID 211) in 162 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/4)
15:03:44.134 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 212)] (Logging.scala:57) Running task 2.0 in stage 4.0 (TID 212)
15:03:44.137 [DEBUG - Executor task launch worker for task 2.0 in stage 4.0 (TID 212)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.173 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10015 rows, more = false, responseScanTimestamp = 7317342716498792448) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=52357f1a432d46dbaf3f8d16cdd42583, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.261 [INFO - Executor task launch worker for task 2.0 in stage 4.0 (TID 212)] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 212). 6373 bytes result sent to driver
15:03:44.262 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 4.0 (TID 213) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5030 bytes) taskResourceAssignments Map()
15:03:44.263 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 4.0 (TID 212) in 130 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (3/4)
15:03:44.263 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 213)] (Logging.scala:57) Running task 3.0 in stage 4.0 (TID 213)
15:03:44.266 [DEBUG - Executor task launch worker for task 3.0 in stage 4.0 (TID 213)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.299 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10069 rows, more = false, responseScanTimestamp = 7317342717027061760) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b8e685ab1838431a83d8d3baf9e42dc7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.374 [INFO - Executor task launch worker for task 3.0 in stage 4.0 (TID 213)] (Logging.scala:57) Finished task 3.0 in stage 4.0 (TID 213). 6373 bytes result sent to driver
15:03:44.375 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 5.0 (TID 214) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5030 bytes) taskResourceAssignments Map()
15:03:44.375 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 214)] (Logging.scala:57) Running task 0.0 in stage 5.0 (TID 214)
15:03:44.376 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 4.0 (TID 213) in 114 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (4/4)
15:03:44.376 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 4.0, whose tasks have all completed, from pool 
15:03:44.377 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 4 (collect at IntegrationTestBigLinkedList.scala:421) finished in 8.216 s
15:03:44.377 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
15:03:44.377 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 5, ShuffleMapStage 6)
15:03:44.377 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
15:03:44.377 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
15:03:44.379 [DEBUG - Executor task launch worker for task 0.0 in stage 5.0 (TID 214)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.408 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9945 rows, more = false, responseScanTimestamp = 7317342717502169088) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=e2313b37157a4833b98d20fcd3dc8eee, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.503 [INFO - Executor task launch worker for task 0.0 in stage 5.0 (TID 214)] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 214). 6416 bytes result sent to driver
15:03:44.504 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 5.0 (TID 215) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5030 bytes) taskResourceAssignments Map()
15:03:44.505 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 215)] (Logging.scala:57) Running task 1.0 in stage 5.0 (TID 215)
15:03:44.505 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 5.0 (TID 214) in 131 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/4)
15:03:44.508 [DEBUG - Executor task launch worker for task 1.0 in stage 5.0 (TID 215)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.538 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9974 rows, more = false, responseScanTimestamp = 7317342718018146304) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=c4b68555e18548b3a02d18158105c2ea, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.594 [INFO - Executor task launch worker for task 1.0 in stage 5.0 (TID 215)] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 215). 6373 bytes result sent to driver
15:03:44.595 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 5.0 (TID 216) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5030 bytes) taskResourceAssignments Map()
15:03:44.595 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 5.0 (TID 215) in 91 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/4)
15:03:44.596 [INFO - Executor task launch worker for task 2.0 in stage 5.0 (TID 216)] (Logging.scala:57) Running task 2.0 in stage 5.0 (TID 216)
15:03:44.598 [DEBUG - Executor task launch worker for task 2.0 in stage 5.0 (TID 216)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.628 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10015 rows, more = false, responseScanTimestamp = 7317342718382981120) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=52357f1a432d46dbaf3f8d16cdd42583, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.681 [INFO - Executor task launch worker for task 2.0 in stage 5.0 (TID 216)] (Logging.scala:57) Finished task 2.0 in stage 5.0 (TID 216). 6373 bytes result sent to driver
15:03:44.682 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 5.0 (TID 217) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5030 bytes) taskResourceAssignments Map()
15:03:44.683 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 5.0 (TID 216) in 89 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (3/4)
15:03:44.684 [INFO - Executor task launch worker for task 3.0 in stage 5.0 (TID 217)] (Logging.scala:57) Running task 3.0 in stage 5.0 (TID 217)
15:03:44.688 [DEBUG - Executor task launch worker for task 3.0 in stage 5.0 (TID 217)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.711 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10069 rows, more = false, responseScanTimestamp = 7317342718753538048) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b8e685ab1838431a83d8d3baf9e42dc7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.767 [INFO - Executor task launch worker for task 3.0 in stage 5.0 (TID 217)] (Logging.scala:57) Finished task 3.0 in stage 5.0 (TID 217). 6373 bytes result sent to driver
15:03:44.768 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 6.0 (TID 218) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, ANY, 5008 bytes) taskResourceAssignments Map()
15:03:44.769 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 5.0 (TID 217) in 87 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (4/4)
15:03:44.769 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 218)] (Logging.scala:57) Running task 0.0 in stage 6.0 (TID 218)
15:03:44.769 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 5.0, whose tasks have all completed, from pool 
15:03:44.770 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 5 (collect at IntegrationTestBigLinkedList.scala:421) finished in 8.599 s
15:03:44.770 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
15:03:44.770 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set(ShuffleMapStage 6)
15:03:44.770 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
15:03:44.770 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
15:03:44.772 [DEBUG - Executor task launch worker for task 0.0 in stage 6.0 (TID 218)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.790 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9945 rows, more = false, responseScanTimestamp = 7317342719087050752) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=e2313b37157a4833b98d20fcd3dc8eee, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.860 [INFO - Executor task launch worker for task 0.0 in stage 6.0 (TID 218)] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 218). 5988 bytes result sent to driver
15:03:44.861 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 6.0 (TID 219) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, ANY, 5008 bytes) taskResourceAssignments Map()
15:03:44.861 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 219)] (Logging.scala:57) Running task 1.0 in stage 6.0 (TID 219)
15:03:44.861 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 6.0 (TID 218) in 93 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/4)
15:03:44.864 [DEBUG - Executor task launch worker for task 1.0 in stage 6.0 (TID 219)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.883 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 9974 rows, more = false, responseScanTimestamp = 7317342719466446848) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=c4b68555e18548b3a02d18158105c2ea, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:44.948 [INFO - Executor task launch worker for task 1.0 in stage 6.0 (TID 219)] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 219). 5945 bytes result sent to driver
15:03:44.949 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 6.0 (TID 220) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 2, ANY, 5008 bytes) taskResourceAssignments Map()
15:03:44.950 [INFO - Executor task launch worker for task 2.0 in stage 6.0 (TID 220)] (Logging.scala:57) Running task 2.0 in stage 6.0 (TID 220)
15:03:44.950 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 6.0 (TID 219) in 90 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/4)
15:03:44.953 [DEBUG - Executor task launch worker for task 2.0 in stage 6.0 (TID 220)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:44.970 [DEBUG - kudu-nio-0] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10015 rows, more = false, responseScanTimestamp = 7317342719826169856) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=52357f1a432d46dbaf3f8d16cdd42583, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:45.018 [INFO - Executor task launch worker for task 2.0 in stage 6.0 (TID 220)] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 220). 5945 bytes result sent to driver
15:03:45.019 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 6.0 (TID 221) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 3, ANY, 5008 bytes) taskResourceAssignments Map()
15:03:45.020 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 6.0 (TID 220) in 72 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (3/4)
15:03:45.020 [INFO - Executor task launch worker for task 3.0 in stage 6.0 (TID 221)] (Logging.scala:57) Running task 3.0 in stage 6.0 (TID 221)
15:03:45.022 [DEBUG - Executor task launch worker for task 3.0 in stage 6.0 (TID 221)] (SecurityContext.java:320) Importing authentication credentials with one authn token, with no JWT, 1 cert(s), and realUser=slave
15:03:45.038 [DEBUG - kudu-nio-1] (AsyncKuduScanner.java:1374) AsyncKuduScanner$Response(scannerId = "", data = RowwiseRowResultIterator for 10069 rows, more = false, responseScanTimestamp = 7317342720107061248) for scanner KuduScanner(table=default.IntegrationTestBigLinkedList, tablet=b8e685ab1838431a83d8d3baf9e42dc7, scannerId=null, scanRequestTimeout=30000, startPrimaryKey=<start>, endPrimaryKey=<end>, lastPrimaryKey=<last>)
15:03:45.084 [INFO - Executor task launch worker for task 3.0 in stage 6.0 (TID 221)] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 221). 5945 bytes result sent to driver
15:03:45.086 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 6.0 (TID 221) in 66 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (4/4)
15:03:45.086 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 6.0, whose tasks have all completed, from pool 
15:03:45.086 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 6 (collect at IntegrationTestBigLinkedList.scala:421) finished in 8.900 s
15:03:45.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
15:03:45.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set()
15:03:45.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ShuffleMapStage 7, ResultStage 8)
15:03:45.087 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
15:03:45.088 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ShuffleMapStage 7 (MapPartitionsRDD[27] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
15:03:45.106 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7 stored as values in memory (estimated size 78.2 KiB, free 1993.6 MiB)
15:03:45.108 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_7_piece0 stored as bytes in memory (estimated size 32.0 KiB, free 1993.6 MiB)
15:03:45.109 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_7_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 32.0 KiB, free: 1993.8 MiB)
15:03:45.110 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 7 from broadcast at DAGScheduler.scala:1388
15:03:45.111 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 200 missing tasks from ShuffleMapStage 7 (MapPartitionsRDD[27] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
15:03:45.112 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 7.0 with 200 tasks resource profile 0
15:03:45.114 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 0.0 in stage 7.0 (TID 222) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.115 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Running task 0.0 in stage 7.0 (TID 222)
15:03:45.122 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.122 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.127 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.127 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.141 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 7.890306 ms
15:03:45.150 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.150 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.161 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 8.769873 ms
15:03:45.170 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 6.905329 ms
15:03:45.180 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 6.298056 ms
15:03:45.187 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 4.796041 ms
15:03:45.223 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Code generated in 13.00465 ms
15:03:45.257 [INFO - Executor task launch worker for task 0.0 in stage 7.0 (TID 222)] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 222). 11454 bytes result sent to driver
15:03:45.258 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 1.0 in stage 7.0 (TID 223) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.258 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 7.0 (TID 222) in 144 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/200)
15:03:45.258 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Running task 1.0 in stage 7.0 (TID 223)
15:03:45.264 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.265 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.268 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.268 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.275 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.275 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.299 [INFO - Executor task launch worker for task 1.0 in stage 7.0 (TID 223)] (Logging.scala:57) Finished task 1.0 in stage 7.0 (TID 223). 11411 bytes result sent to driver
15:03:45.300 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 2.0 in stage 7.0 (TID 224) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 2, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.300 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Running task 2.0 in stage 7.0 (TID 224)
15:03:45.301 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 7.0 (TID 223) in 43 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/200)
15:03:45.306 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.306 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.309 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.309 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.317 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.317 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.343 [INFO - Executor task launch worker for task 2.0 in stage 7.0 (TID 224)] (Logging.scala:57) Finished task 2.0 in stage 7.0 (TID 224). 11411 bytes result sent to driver
15:03:45.344 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 3.0 in stage 7.0 (TID 225) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 3, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.345 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Running task 3.0 in stage 7.0 (TID 225)
15:03:45.345 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 7.0 (TID 224) in 46 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (3/200)
15:03:45.352 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.352 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.355 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.355 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.364 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.365 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.392 [INFO - Executor task launch worker for task 3.0 in stage 7.0 (TID 225)] (Logging.scala:57) Finished task 3.0 in stage 7.0 (TID 225). 11411 bytes result sent to driver
15:03:45.393 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 4.0 in stage 7.0 (TID 226) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 4, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.394 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 7.0 (TID 225) in 49 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (4/200)
15:03:45.394 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Running task 4.0 in stage 7.0 (TID 226)
15:03:45.401 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.401 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.405 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.405 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.413 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.413 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.440 [INFO - Executor task launch worker for task 4.0 in stage 7.0 (TID 226)] (Logging.scala:57) Finished task 4.0 in stage 7.0 (TID 226). 11411 bytes result sent to driver
15:03:45.441 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 5.0 in stage 7.0 (TID 227) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.441 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 7.0 (TID 226) in 48 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (5/200)
15:03:45.441 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Running task 5.0 in stage 7.0 (TID 227)
15:03:45.449 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.449 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.452 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.453 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.462 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.462 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.488 [INFO - Executor task launch worker for task 5.0 in stage 7.0 (TID 227)] (Logging.scala:57) Finished task 5.0 in stage 7.0 (TID 227). 11411 bytes result sent to driver
15:03:45.489 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 6.0 in stage 7.0 (TID 228) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 6, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.489 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 5.0 in stage 7.0 (TID 227) in 49 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (6/200)
15:03:45.490 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Running task 6.0 in stage 7.0 (TID 228)
15:03:45.497 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.497 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.500 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.500 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.509 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.509 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.536 [INFO - Executor task launch worker for task 6.0 in stage 7.0 (TID 228)] (Logging.scala:57) Finished task 6.0 in stage 7.0 (TID 228). 11411 bytes result sent to driver
15:03:45.537 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 7.0 in stage 7.0 (TID 229) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 7, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.537 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 6.0 in stage 7.0 (TID 228) in 48 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (7/200)
15:03:45.537 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Running task 7.0 in stage 7.0 (TID 229)
15:03:45.542 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.542 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.544 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.544 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.550 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.550 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.589 [INFO - Executor task launch worker for task 7.0 in stage 7.0 (TID 229)] (Logging.scala:57) Finished task 7.0 in stage 7.0 (TID 229). 11454 bytes result sent to driver
15:03:45.590 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 8.0 in stage 7.0 (TID 230) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 8, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.591 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 7.0 in stage 7.0 (TID 229) in 55 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (8/200)
15:03:45.591 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Running task 8.0 in stage 7.0 (TID 230)
15:03:45.597 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.597 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.599 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.599 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.607 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.607 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.631 [INFO - Executor task launch worker for task 8.0 in stage 7.0 (TID 230)] (Logging.scala:57) Finished task 8.0 in stage 7.0 (TID 230). 11411 bytes result sent to driver
15:03:45.632 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 9.0 in stage 7.0 (TID 231) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 9, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.632 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 8.0 in stage 7.0 (TID 230) in 42 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (9/200)
15:03:45.632 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Running task 9.0 in stage 7.0 (TID 231)
15:03:45.639 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.639 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.642 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.642 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.651 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.651 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.677 [INFO - Executor task launch worker for task 9.0 in stage 7.0 (TID 231)] (Logging.scala:57) Finished task 9.0 in stage 7.0 (TID 231). 11411 bytes result sent to driver
15:03:45.678 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 10.0 in stage 7.0 (TID 232) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 10, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.679 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 9.0 in stage 7.0 (TID 231) in 48 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (10/200)
15:03:45.679 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Running task 10.0 in stage 7.0 (TID 232)
15:03:45.686 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.686 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.689 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.689 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.695 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.695 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.712 [INFO - Executor task launch worker for task 10.0 in stage 7.0 (TID 232)] (Logging.scala:57) Finished task 10.0 in stage 7.0 (TID 232). 11411 bytes result sent to driver
15:03:45.713 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 11.0 in stage 7.0 (TID 233) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 11, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.713 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Running task 11.0 in stage 7.0 (TID 233)
15:03:45.713 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 10.0 in stage 7.0 (TID 232) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (11/200)
15:03:45.718 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.718 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.720 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.720 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.725 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.725 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.742 [INFO - Executor task launch worker for task 11.0 in stage 7.0 (TID 233)] (Logging.scala:57) Finished task 11.0 in stage 7.0 (TID 233). 11411 bytes result sent to driver
15:03:45.743 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 12.0 in stage 7.0 (TID 234) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 12, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.743 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Running task 12.0 in stage 7.0 (TID 234)
15:03:45.743 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 11.0 in stage 7.0 (TID 233) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (12/200)
15:03:45.748 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.749 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.751 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.751 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.759 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.759 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.776 [INFO - Executor task launch worker for task 12.0 in stage 7.0 (TID 234)] (Logging.scala:57) Finished task 12.0 in stage 7.0 (TID 234). 11411 bytes result sent to driver
15:03:45.776 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 13.0 in stage 7.0 (TID 235) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 13, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.777 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Running task 13.0 in stage 7.0 (TID 235)
15:03:45.777 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 12.0 in stage 7.0 (TID 234) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (13/200)
15:03:45.782 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.782 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.784 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.784 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.789 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.789 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.805 [INFO - Executor task launch worker for task 13.0 in stage 7.0 (TID 235)] (Logging.scala:57) Finished task 13.0 in stage 7.0 (TID 235). 11411 bytes result sent to driver
15:03:45.806 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 14.0 in stage 7.0 (TID 236) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 14, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.807 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 13.0 in stage 7.0 (TID 235) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (14/200)
15:03:45.807 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Running task 14.0 in stage 7.0 (TID 236)
15:03:45.811 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.811 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.813 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.813 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.831 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.831 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.856 [INFO - Executor task launch worker for task 14.0 in stage 7.0 (TID 236)] (Logging.scala:57) Finished task 14.0 in stage 7.0 (TID 236). 11454 bytes result sent to driver
15:03:45.857 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 15.0 in stage 7.0 (TID 237) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 15, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.858 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 14.0 in stage 7.0 (TID 236) in 53 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (15/200)
15:03:45.858 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Running task 15.0 in stage 7.0 (TID 237)
15:03:45.865 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.866 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.869 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.869 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.877 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.877 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.900 [INFO - Executor task launch worker for task 15.0 in stage 7.0 (TID 237)] (Logging.scala:57) Finished task 15.0 in stage 7.0 (TID 237). 11411 bytes result sent to driver
15:03:45.901 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 16.0 in stage 7.0 (TID 238) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 16, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.902 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 15.0 in stage 7.0 (TID 237) in 45 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (16/200)
15:03:45.902 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Running task 16.0 in stage 7.0 (TID 238)
15:03:45.908 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.909 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.911 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.912 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.920 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.920 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.942 [INFO - Executor task launch worker for task 16.0 in stage 7.0 (TID 238)] (Logging.scala:57) Finished task 16.0 in stage 7.0 (TID 238). 11411 bytes result sent to driver
15:03:45.943 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 17.0 in stage 7.0 (TID 239) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 17, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.944 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Running task 17.0 in stage 7.0 (TID 239)
15:03:45.944 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 16.0 in stage 7.0 (TID 238) in 43 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (17/200)
15:03:45.949 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.949 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.951 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.951 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.957 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Getting 4 (5.5 KiB) non-empty blocks including 4 (5.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.957 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.973 [INFO - Executor task launch worker for task 17.0 in stage 7.0 (TID 239)] (Logging.scala:57) Finished task 17.0 in stage 7.0 (TID 239). 11411 bytes result sent to driver
15:03:45.974 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 18.0 in stage 7.0 (TID 240) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 18, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:45.975 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Running task 18.0 in stage 7.0 (TID 240)
15:03:45.975 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 17.0 in stage 7.0 (TID 239) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (18/200)
15:03:45.980 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.980 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.982 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.982 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:45.987 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:45.987 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.003 [INFO - Executor task launch worker for task 18.0 in stage 7.0 (TID 240)] (Logging.scala:57) Finished task 18.0 in stage 7.0 (TID 240). 11411 bytes result sent to driver
15:03:46.004 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 19.0 in stage 7.0 (TID 241) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 19, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.004 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 18.0 in stage 7.0 (TID 240) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (19/200)
15:03:46.005 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Running task 19.0 in stage 7.0 (TID 241)
15:03:46.009 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.009 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.011 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.012 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.017 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.018 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.036 [INFO - Executor task launch worker for task 19.0 in stage 7.0 (TID 241)] (Logging.scala:57) Finished task 19.0 in stage 7.0 (TID 241). 11411 bytes result sent to driver
15:03:46.037 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 20.0 in stage 7.0 (TID 242) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 20, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.038 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Running task 20.0 in stage 7.0 (TID 242)
15:03:46.038 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 19.0 in stage 7.0 (TID 241) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (20/200)
15:03:46.044 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.044 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.048 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.048 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.056 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.057 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.080 [INFO - Executor task launch worker for task 20.0 in stage 7.0 (TID 242)] (Logging.scala:57) Finished task 20.0 in stage 7.0 (TID 242). 11411 bytes result sent to driver
15:03:46.081 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 21.0 in stage 7.0 (TID 243) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 21, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.082 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Running task 21.0 in stage 7.0 (TID 243)
15:03:46.082 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 20.0 in stage 7.0 (TID 242) in 45 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (21/200)
15:03:46.086 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.086 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.088 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.088 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.094 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.094 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.130 [INFO - Executor task launch worker for task 21.0 in stage 7.0 (TID 243)] (Logging.scala:57) Finished task 21.0 in stage 7.0 (TID 243). 11454 bytes result sent to driver
15:03:46.131 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 22.0 in stage 7.0 (TID 244) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 22, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.132 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Running task 22.0 in stage 7.0 (TID 244)
15:03:46.132 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 21.0 in stage 7.0 (TID 243) in 51 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (22/200)
15:03:46.136 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.137 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.139 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.139 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.144 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.145 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.161 [INFO - Executor task launch worker for task 22.0 in stage 7.0 (TID 244)] (Logging.scala:57) Finished task 22.0 in stage 7.0 (TID 244). 11411 bytes result sent to driver
15:03:46.163 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 23.0 in stage 7.0 (TID 245) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 23, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.163 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Running task 23.0 in stage 7.0 (TID 245)
15:03:46.163 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 22.0 in stage 7.0 (TID 244) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (23/200)
15:03:46.168 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.168 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.170 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.170 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.175 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.175 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.191 [INFO - Executor task launch worker for task 23.0 in stage 7.0 (TID 245)] (Logging.scala:57) Finished task 23.0 in stage 7.0 (TID 245). 11411 bytes result sent to driver
15:03:46.192 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 24.0 in stage 7.0 (TID 246) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 24, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.193 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 23.0 in stage 7.0 (TID 245) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (24/200)
15:03:46.193 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Running task 24.0 in stage 7.0 (TID 246)
15:03:46.200 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.200 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.204 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.204 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.212 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.212 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.231 [INFO - Executor task launch worker for task 24.0 in stage 7.0 (TID 246)] (Logging.scala:57) Finished task 24.0 in stage 7.0 (TID 246). 11411 bytes result sent to driver
15:03:46.232 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 25.0 in stage 7.0 (TID 247) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 25, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.233 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 24.0 in stage 7.0 (TID 246) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (25/200)
15:03:46.233 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Running task 25.0 in stage 7.0 (TID 247)
15:03:46.238 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.238 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.240 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.240 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.246 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Getting 4 (5.4 KiB) non-empty blocks including 4 (5.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.246 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.263 [INFO - Executor task launch worker for task 25.0 in stage 7.0 (TID 247)] (Logging.scala:57) Finished task 25.0 in stage 7.0 (TID 247). 11411 bytes result sent to driver
15:03:46.264 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 26.0 in stage 7.0 (TID 248) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 26, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.265 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Running task 26.0 in stage 7.0 (TID 248)
15:03:46.265 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 25.0 in stage 7.0 (TID 247) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (26/200)
15:03:46.271 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.271 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.274 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.274 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.280 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.280 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.301 [INFO - Executor task launch worker for task 26.0 in stage 7.0 (TID 248)] (Logging.scala:57) Finished task 26.0 in stage 7.0 (TID 248). 11411 bytes result sent to driver
15:03:46.302 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 27.0 in stage 7.0 (TID 249) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 27, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.302 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 26.0 in stage 7.0 (TID 248) in 38 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (27/200)
15:03:46.303 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Running task 27.0 in stage 7.0 (TID 249)
15:03:46.309 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.309 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.312 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.312 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.318 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.319 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.339 [INFO - Executor task launch worker for task 27.0 in stage 7.0 (TID 249)] (Logging.scala:57) Finished task 27.0 in stage 7.0 (TID 249). 11411 bytes result sent to driver
15:03:46.341 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 28.0 in stage 7.0 (TID 250) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 28, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.342 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 27.0 in stage 7.0 (TID 249) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (28/200)
15:03:46.342 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Running task 28.0 in stage 7.0 (TID 250)
15:03:46.349 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.350 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.353 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.353 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.361 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.361 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.615 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_5_piece0 on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 in memory (size: 8.2 KiB, free: 1993.8 MiB)
15:03:46.619 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_4_piece0 on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 in memory (size: 14.2 KiB, free: 1993.8 MiB)
15:03:46.623 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_6_piece0 on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 in memory (size: 22.7 KiB, free: 1993.8 MiB)
15:03:46.627 [INFO - Executor task launch worker for task 28.0 in stage 7.0 (TID 250)] (Logging.scala:57) Finished task 28.0 in stage 7.0 (TID 250). 11454 bytes result sent to driver
15:03:46.628 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 29.0 in stage 7.0 (TID 251) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 29, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.629 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 28.0 in stage 7.0 (TID 250) in 289 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (29/200)
15:03:46.629 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Running task 29.0 in stage 7.0 (TID 251)
15:03:46.634 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Removed broadcast_3_piece0 on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 in memory (size: 11.7 KiB, free: 1993.8 MiB)
15:03:46.636 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.636 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.639 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.640 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.649 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.649 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.673 [INFO - Executor task launch worker for task 29.0 in stage 7.0 (TID 251)] (Logging.scala:57) Finished task 29.0 in stage 7.0 (TID 251). 11411 bytes result sent to driver
15:03:46.675 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 30.0 in stage 7.0 (TID 252) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 30, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.675 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 29.0 in stage 7.0 (TID 251) in 47 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (30/200)
15:03:46.675 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Running task 30.0 in stage 7.0 (TID 252)
15:03:46.682 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.682 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.685 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.685 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.693 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.693 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.717 [INFO - Executor task launch worker for task 30.0 in stage 7.0 (TID 252)] (Logging.scala:57) Finished task 30.0 in stage 7.0 (TID 252). 11411 bytes result sent to driver
15:03:46.718 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 31.0 in stage 7.0 (TID 253) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 31, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.719 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 30.0 in stage 7.0 (TID 252) in 44 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (31/200)
15:03:46.720 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Running task 31.0 in stage 7.0 (TID 253)
15:03:46.725 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.725 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.727 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.727 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.734 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.734 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.752 [INFO - Executor task launch worker for task 31.0 in stage 7.0 (TID 253)] (Logging.scala:57) Finished task 31.0 in stage 7.0 (TID 253). 11411 bytes result sent to driver
15:03:46.753 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 32.0 in stage 7.0 (TID 254) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 32, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.753 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 31.0 in stage 7.0 (TID 253) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (32/200)
15:03:46.755 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Running task 32.0 in stage 7.0 (TID 254)
15:03:46.761 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.762 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.765 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.765 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.771 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.771 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.790 [INFO - Executor task launch worker for task 32.0 in stage 7.0 (TID 254)] (Logging.scala:57) Finished task 32.0 in stage 7.0 (TID 254). 11411 bytes result sent to driver
15:03:46.791 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 33.0 in stage 7.0 (TID 255) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 33, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.792 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 32.0 in stage 7.0 (TID 254) in 40 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (33/200)
15:03:46.792 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Running task 33.0 in stage 7.0 (TID 255)
15:03:46.796 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.796 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.798 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.798 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.804 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.804 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.823 [INFO - Executor task launch worker for task 33.0 in stage 7.0 (TID 255)] (Logging.scala:57) Finished task 33.0 in stage 7.0 (TID 255). 11411 bytes result sent to driver
15:03:46.824 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 34.0 in stage 7.0 (TID 256) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 34, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.826 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Running task 34.0 in stage 7.0 (TID 256)
15:03:46.828 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 33.0 in stage 7.0 (TID 255) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (34/200)
15:03:46.833 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.833 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.836 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.836 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.844 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.844 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.866 [INFO - Executor task launch worker for task 34.0 in stage 7.0 (TID 256)] (Logging.scala:57) Finished task 34.0 in stage 7.0 (TID 256). 11411 bytes result sent to driver
15:03:46.867 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 35.0 in stage 7.0 (TID 257) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 35, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.868 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 34.0 in stage 7.0 (TID 256) in 45 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (35/200)
15:03:46.868 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Running task 35.0 in stage 7.0 (TID 257)
15:03:46.874 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.874 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.876 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.876 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.881 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.881 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.897 [INFO - Executor task launch worker for task 35.0 in stage 7.0 (TID 257)] (Logging.scala:57) Finished task 35.0 in stage 7.0 (TID 257). 11411 bytes result sent to driver
15:03:46.898 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 36.0 in stage 7.0 (TID 258) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 36, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.898 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 35.0 in stage 7.0 (TID 257) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (36/200)
15:03:46.898 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Running task 36.0 in stage 7.0 (TID 258)
15:03:46.903 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.903 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.905 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.905 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.910 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.910 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.926 [INFO - Executor task launch worker for task 36.0 in stage 7.0 (TID 258)] (Logging.scala:57) Finished task 36.0 in stage 7.0 (TID 258). 11411 bytes result sent to driver
15:03:46.927 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 37.0 in stage 7.0 (TID 259) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 37, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.927 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 36.0 in stage 7.0 (TID 258) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (37/200)
15:03:46.928 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Running task 37.0 in stage 7.0 (TID 259)
15:03:46.933 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.933 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.936 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.936 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.941 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.941 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.958 [INFO - Executor task launch worker for task 37.0 in stage 7.0 (TID 259)] (Logging.scala:57) Finished task 37.0 in stage 7.0 (TID 259). 11411 bytes result sent to driver
15:03:46.959 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 38.0 in stage 7.0 (TID 260) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 38, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.959 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 37.0 in stage 7.0 (TID 259) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (38/200)
15:03:46.960 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Running task 38.0 in stage 7.0 (TID 260)
15:03:46.964 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.964 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.966 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.966 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.972 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.972 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.987 [INFO - Executor task launch worker for task 38.0 in stage 7.0 (TID 260)] (Logging.scala:57) Finished task 38.0 in stage 7.0 (TID 260). 11411 bytes result sent to driver
15:03:46.988 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 39.0 in stage 7.0 (TID 261) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 39, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:46.988 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Running task 39.0 in stage 7.0 (TID 261)
15:03:46.989 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 38.0 in stage 7.0 (TID 260) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (39/200)
15:03:46.993 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.993 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:46.995 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:46.995 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.000 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.000 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.021 [INFO - Executor task launch worker for task 39.0 in stage 7.0 (TID 261)] (Logging.scala:57) Finished task 39.0 in stage 7.0 (TID 261). 11411 bytes result sent to driver
15:03:47.022 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 40.0 in stage 7.0 (TID 262) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 40, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.023 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Running task 40.0 in stage 7.0 (TID 262)
15:03:47.023 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 39.0 in stage 7.0 (TID 261) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (40/200)
15:03:47.028 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.028 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.030 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.031 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.036 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.036 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.053 [INFO - Executor task launch worker for task 40.0 in stage 7.0 (TID 262)] (Logging.scala:57) Finished task 40.0 in stage 7.0 (TID 262). 11411 bytes result sent to driver
15:03:47.054 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 41.0 in stage 7.0 (TID 263) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 41, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.055 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 40.0 in stage 7.0 (TID 262) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (41/200)
15:03:47.055 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Running task 41.0 in stage 7.0 (TID 263)
15:03:47.062 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.062 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.065 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.065 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.073 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.073 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.096 [INFO - Executor task launch worker for task 41.0 in stage 7.0 (TID 263)] (Logging.scala:57) Finished task 41.0 in stage 7.0 (TID 263). 11411 bytes result sent to driver
15:03:47.096 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 42.0 in stage 7.0 (TID 264) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 42, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.097 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Running task 42.0 in stage 7.0 (TID 264)
15:03:47.097 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 41.0 in stage 7.0 (TID 263) in 43 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (42/200)
15:03:47.103 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.104 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.106 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.106 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.114 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.114 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.136 [INFO - Executor task launch worker for task 42.0 in stage 7.0 (TID 264)] (Logging.scala:57) Finished task 42.0 in stage 7.0 (TID 264). 11411 bytes result sent to driver
15:03:47.137 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 43.0 in stage 7.0 (TID 265) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 43, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.137 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 42.0 in stage 7.0 (TID 264) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (43/200)
15:03:47.137 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Running task 43.0 in stage 7.0 (TID 265)
15:03:47.142 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.142 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.145 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.145 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.151 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.151 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.169 [INFO - Executor task launch worker for task 43.0 in stage 7.0 (TID 265)] (Logging.scala:57) Finished task 43.0 in stage 7.0 (TID 265). 11411 bytes result sent to driver
15:03:47.170 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 44.0 in stage 7.0 (TID 266) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 44, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.171 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 43.0 in stage 7.0 (TID 265) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (44/200)
15:03:47.171 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Running task 44.0 in stage 7.0 (TID 266)
15:03:47.177 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.177 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.180 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Getting 4 (3.4 KiB) non-empty blocks including 4 (3.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.180 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.189 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.189 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.213 [INFO - Executor task launch worker for task 44.0 in stage 7.0 (TID 266)] (Logging.scala:57) Finished task 44.0 in stage 7.0 (TID 266). 11411 bytes result sent to driver
15:03:47.214 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 45.0 in stage 7.0 (TID 267) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 45, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.214 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 44.0 in stage 7.0 (TID 266) in 44 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (45/200)
15:03:47.215 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Running task 45.0 in stage 7.0 (TID 267)
15:03:47.221 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.221 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.223 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.223 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.229 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.229 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.244 [INFO - Executor task launch worker for task 45.0 in stage 7.0 (TID 267)] (Logging.scala:57) Finished task 45.0 in stage 7.0 (TID 267). 11411 bytes result sent to driver
15:03:47.245 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 46.0 in stage 7.0 (TID 268) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 46, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.246 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Running task 46.0 in stage 7.0 (TID 268)
15:03:47.246 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 45.0 in stage 7.0 (TID 267) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (46/200)
15:03:47.252 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.252 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.256 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.256 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.265 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.265 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.296 [INFO - Executor task launch worker for task 46.0 in stage 7.0 (TID 268)] (Logging.scala:57) Finished task 46.0 in stage 7.0 (TID 268). 11411 bytes result sent to driver
15:03:47.297 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 47.0 in stage 7.0 (TID 269) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 47, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.297 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Running task 47.0 in stage 7.0 (TID 269)
15:03:47.297 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 46.0 in stage 7.0 (TID 268) in 52 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (47/200)
15:03:47.303 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.303 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.306 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.306 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.314 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.314 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.335 [INFO - Executor task launch worker for task 47.0 in stage 7.0 (TID 269)] (Logging.scala:57) Finished task 47.0 in stage 7.0 (TID 269). 11411 bytes result sent to driver
15:03:47.336 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 48.0 in stage 7.0 (TID 270) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 48, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.337 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Running task 48.0 in stage 7.0 (TID 270)
15:03:47.337 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 47.0 in stage 7.0 (TID 269) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (48/200)
15:03:47.342 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.342 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.344 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.345 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.352 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.352 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.372 [INFO - Executor task launch worker for task 48.0 in stage 7.0 (TID 270)] (Logging.scala:57) Finished task 48.0 in stage 7.0 (TID 270). 11411 bytes result sent to driver
15:03:47.373 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 49.0 in stage 7.0 (TID 271) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 49, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.373 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Running task 49.0 in stage 7.0 (TID 271)
15:03:47.373 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 48.0 in stage 7.0 (TID 270) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (49/200)
15:03:47.381 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.381 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.384 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.384 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.394 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.394 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.413 [INFO - Executor task launch worker for task 49.0 in stage 7.0 (TID 271)] (Logging.scala:57) Finished task 49.0 in stage 7.0 (TID 271). 11411 bytes result sent to driver
15:03:47.414 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 50.0 in stage 7.0 (TID 272) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 50, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.415 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Running task 50.0 in stage 7.0 (TID 272)
15:03:47.415 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 49.0 in stage 7.0 (TID 271) in 43 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (50/200)
15:03:47.423 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.423 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.426 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.427 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.437 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.438 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.463 [INFO - Executor task launch worker for task 50.0 in stage 7.0 (TID 272)] (Logging.scala:57) Finished task 50.0 in stage 7.0 (TID 272). 11411 bytes result sent to driver
15:03:47.464 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 51.0 in stage 7.0 (TID 273) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 51, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.465 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Running task 51.0 in stage 7.0 (TID 273)
15:03:47.465 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 50.0 in stage 7.0 (TID 272) in 51 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (51/200)
15:03:47.471 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.471 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.475 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.475 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.483 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.483 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.507 [INFO - Executor task launch worker for task 51.0 in stage 7.0 (TID 273)] (Logging.scala:57) Finished task 51.0 in stage 7.0 (TID 273). 11411 bytes result sent to driver
15:03:47.508 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 52.0 in stage 7.0 (TID 274) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 52, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.509 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Running task 52.0 in stage 7.0 (TID 274)
15:03:47.509 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 51.0 in stage 7.0 (TID 273) in 45 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (52/200)
15:03:47.515 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.515 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.517 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.517 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.526 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.527 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.547 [INFO - Executor task launch worker for task 52.0 in stage 7.0 (TID 274)] (Logging.scala:57) Finished task 52.0 in stage 7.0 (TID 274). 11411 bytes result sent to driver
15:03:47.548 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 53.0 in stage 7.0 (TID 275) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 53, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.549 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Running task 53.0 in stage 7.0 (TID 275)
15:03:47.549 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 52.0 in stage 7.0 (TID 274) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (53/200)
15:03:47.555 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.555 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.558 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.558 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.565 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.565 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.585 [INFO - Executor task launch worker for task 53.0 in stage 7.0 (TID 275)] (Logging.scala:57) Finished task 53.0 in stage 7.0 (TID 275). 11411 bytes result sent to driver
15:03:47.586 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 54.0 in stage 7.0 (TID 276) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 54, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.587 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Running task 54.0 in stage 7.0 (TID 276)
15:03:47.587 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 53.0 in stage 7.0 (TID 275) in 39 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (54/200)
15:03:47.593 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.593 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.595 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.595 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.602 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.602 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.634 [INFO - Executor task launch worker for task 54.0 in stage 7.0 (TID 276)] (Logging.scala:57) Finished task 54.0 in stage 7.0 (TID 276). 11454 bytes result sent to driver
15:03:47.635 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 55.0 in stage 7.0 (TID 277) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 55, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.635 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Running task 55.0 in stage 7.0 (TID 277)
15:03:47.635 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 54.0 in stage 7.0 (TID 276) in 50 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (55/200)
15:03:47.641 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.641 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.643 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.643 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.649 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.649 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.665 [INFO - Executor task launch worker for task 55.0 in stage 7.0 (TID 277)] (Logging.scala:57) Finished task 55.0 in stage 7.0 (TID 277). 11411 bytes result sent to driver
15:03:47.666 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 56.0 in stage 7.0 (TID 278) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 56, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.666 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Running task 56.0 in stage 7.0 (TID 278)
15:03:47.666 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 55.0 in stage 7.0 (TID 277) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (56/200)
15:03:47.671 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.671 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.673 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.673 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.678 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.678 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.695 [INFO - Executor task launch worker for task 56.0 in stage 7.0 (TID 278)] (Logging.scala:57) Finished task 56.0 in stage 7.0 (TID 278). 11411 bytes result sent to driver
15:03:47.696 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 57.0 in stage 7.0 (TID 279) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 57, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.697 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Running task 57.0 in stage 7.0 (TID 279)
15:03:47.697 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 56.0 in stage 7.0 (TID 278) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (57/200)
15:03:47.701 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.701 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.703 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.703 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.708 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.708 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.724 [INFO - Executor task launch worker for task 57.0 in stage 7.0 (TID 279)] (Logging.scala:57) Finished task 57.0 in stage 7.0 (TID 279). 11411 bytes result sent to driver
15:03:47.725 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 58.0 in stage 7.0 (TID 280) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 58, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.725 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 57.0 in stage 7.0 (TID 279) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (58/200)
15:03:47.725 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Running task 58.0 in stage 7.0 (TID 280)
15:03:47.731 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.731 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.734 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.734 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.739 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.739 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.757 [INFO - Executor task launch worker for task 58.0 in stage 7.0 (TID 280)] (Logging.scala:57) Finished task 58.0 in stage 7.0 (TID 280). 11411 bytes result sent to driver
15:03:47.758 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 59.0 in stage 7.0 (TID 281) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 59, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.759 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 58.0 in stage 7.0 (TID 280) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (59/200)
15:03:47.759 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Running task 59.0 in stage 7.0 (TID 281)
15:03:47.766 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.766 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.769 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.769 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.776 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.776 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.793 [INFO - Executor task launch worker for task 59.0 in stage 7.0 (TID 281)] (Logging.scala:57) Finished task 59.0 in stage 7.0 (TID 281). 11411 bytes result sent to driver
15:03:47.794 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 60.0 in stage 7.0 (TID 282) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 60, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.794 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Running task 60.0 in stage 7.0 (TID 282)
15:03:47.795 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 59.0 in stage 7.0 (TID 281) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (60/200)
15:03:47.800 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.800 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.803 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.803 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.811 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.811 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.833 [INFO - Executor task launch worker for task 60.0 in stage 7.0 (TID 282)] (Logging.scala:57) Finished task 60.0 in stage 7.0 (TID 282). 11411 bytes result sent to driver
15:03:47.834 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 61.0 in stage 7.0 (TID 283) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 61, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.834 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 60.0 in stage 7.0 (TID 282) in 40 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (61/200)
15:03:47.834 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Running task 61.0 in stage 7.0 (TID 283)
15:03:47.840 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.841 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.843 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.843 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.849 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.849 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.865 [INFO - Executor task launch worker for task 61.0 in stage 7.0 (TID 283)] (Logging.scala:57) Finished task 61.0 in stage 7.0 (TID 283). 11411 bytes result sent to driver
15:03:47.865 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 62.0 in stage 7.0 (TID 284) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 62, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.866 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Running task 62.0 in stage 7.0 (TID 284)
15:03:47.866 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 61.0 in stage 7.0 (TID 283) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (62/200)
15:03:47.871 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.871 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.873 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.873 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.879 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.879 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.894 [INFO - Executor task launch worker for task 62.0 in stage 7.0 (TID 284)] (Logging.scala:57) Finished task 62.0 in stage 7.0 (TID 284). 11411 bytes result sent to driver
15:03:47.895 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 63.0 in stage 7.0 (TID 285) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 63, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.895 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Running task 63.0 in stage 7.0 (TID 285)
15:03:47.895 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 62.0 in stage 7.0 (TID 284) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (63/200)
15:03:47.899 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.900 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.902 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.902 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.909 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.909 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.930 [INFO - Executor task launch worker for task 63.0 in stage 7.0 (TID 285)] (Logging.scala:57) Finished task 63.0 in stage 7.0 (TID 285). 11411 bytes result sent to driver
15:03:47.931 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 64.0 in stage 7.0 (TID 286) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 64, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.931 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Running task 64.0 in stage 7.0 (TID 286)
15:03:47.931 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 63.0 in stage 7.0 (TID 285) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (64/200)
15:03:47.935 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.936 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.937 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.938 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.943 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.943 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.960 [INFO - Executor task launch worker for task 64.0 in stage 7.0 (TID 286)] (Logging.scala:57) Finished task 64.0 in stage 7.0 (TID 286). 11411 bytes result sent to driver
15:03:47.961 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 65.0 in stage 7.0 (TID 287) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 65, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.961 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Running task 65.0 in stage 7.0 (TID 287)
15:03:47.961 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 64.0 in stage 7.0 (TID 286) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (65/200)
15:03:47.966 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.966 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.968 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.968 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.973 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.974 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.989 [INFO - Executor task launch worker for task 65.0 in stage 7.0 (TID 287)] (Logging.scala:57) Finished task 65.0 in stage 7.0 (TID 287). 11411 bytes result sent to driver
15:03:47.990 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 66.0 in stage 7.0 (TID 288) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 66, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:47.990 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Running task 66.0 in stage 7.0 (TID 288)
15:03:47.990 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 65.0 in stage 7.0 (TID 287) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (66/200)
15:03:47.996 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.996 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:47.998 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:47.999 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.007 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.007 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.029 [INFO - Executor task launch worker for task 66.0 in stage 7.0 (TID 288)] (Logging.scala:57) Finished task 66.0 in stage 7.0 (TID 288). 11411 bytes result sent to driver
15:03:48.030 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 67.0 in stage 7.0 (TID 289) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 67, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.030 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Running task 67.0 in stage 7.0 (TID 289)
15:03:48.031 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 66.0 in stage 7.0 (TID 288) in 42 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (67/200)
15:03:48.035 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.035 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.037 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.037 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.042 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.042 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.059 [INFO - Executor task launch worker for task 67.0 in stage 7.0 (TID 289)] (Logging.scala:57) Finished task 67.0 in stage 7.0 (TID 289). 11411 bytes result sent to driver
15:03:48.059 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 68.0 in stage 7.0 (TID 290) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 68, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.060 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Running task 68.0 in stage 7.0 (TID 290)
15:03:48.060 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 67.0 in stage 7.0 (TID 289) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (68/200)
15:03:48.064 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.064 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.066 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.066 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.071 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.071 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.086 [INFO - Executor task launch worker for task 68.0 in stage 7.0 (TID 290)] (Logging.scala:57) Finished task 68.0 in stage 7.0 (TID 290). 11411 bytes result sent to driver
15:03:48.087 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 69.0 in stage 7.0 (TID 291) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.087 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Running task 69.0 in stage 7.0 (TID 291)
15:03:48.087 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 68.0 in stage 7.0 (TID 290) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (69/200)
15:03:48.093 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.093 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.096 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.096 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.104 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.104 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.126 [INFO - Executor task launch worker for task 69.0 in stage 7.0 (TID 291)] (Logging.scala:57) Finished task 69.0 in stage 7.0 (TID 291). 11411 bytes result sent to driver
15:03:48.126 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 70.0 in stage 7.0 (TID 292) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 70, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.127 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Running task 70.0 in stage 7.0 (TID 292)
15:03:48.127 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 69.0 in stage 7.0 (TID 291) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (70/200)
15:03:48.131 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.131 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.134 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.134 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.141 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.142 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.162 [INFO - Executor task launch worker for task 70.0 in stage 7.0 (TID 292)] (Logging.scala:57) Finished task 70.0 in stage 7.0 (TID 292). 11411 bytes result sent to driver
15:03:48.163 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 71.0 in stage 7.0 (TID 293) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 71, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.163 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Running task 71.0 in stage 7.0 (TID 293)
15:03:48.163 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 70.0 in stage 7.0 (TID 292) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (71/200)
15:03:48.169 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.169 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.172 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.172 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.180 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.180 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.202 [INFO - Executor task launch worker for task 71.0 in stage 7.0 (TID 293)] (Logging.scala:57) Finished task 71.0 in stage 7.0 (TID 293). 11411 bytes result sent to driver
15:03:48.203 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 72.0 in stage 7.0 (TID 294) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 72, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.203 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Running task 72.0 in stage 7.0 (TID 294)
15:03:48.203 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 71.0 in stage 7.0 (TID 293) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (72/200)
15:03:48.208 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.208 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.210 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.210 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.215 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.216 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.231 [INFO - Executor task launch worker for task 72.0 in stage 7.0 (TID 294)] (Logging.scala:57) Finished task 72.0 in stage 7.0 (TID 294). 11411 bytes result sent to driver
15:03:48.232 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 73.0 in stage 7.0 (TID 295) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 73, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.233 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Running task 73.0 in stage 7.0 (TID 295)
15:03:48.233 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 72.0 in stage 7.0 (TID 294) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (73/200)
15:03:48.237 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.237 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.239 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.239 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.244 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.245 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.260 [INFO - Executor task launch worker for task 73.0 in stage 7.0 (TID 295)] (Logging.scala:57) Finished task 73.0 in stage 7.0 (TID 295). 11411 bytes result sent to driver
15:03:48.261 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 74.0 in stage 7.0 (TID 296) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 74, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.262 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 73.0 in stage 7.0 (TID 295) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (74/200)
15:03:48.262 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Running task 74.0 in stage 7.0 (TID 296)
15:03:48.266 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.266 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.268 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.269 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.274 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.275 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.290 [INFO - Executor task launch worker for task 74.0 in stage 7.0 (TID 296)] (Logging.scala:57) Finished task 74.0 in stage 7.0 (TID 296). 11411 bytes result sent to driver
15:03:48.291 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 75.0 in stage 7.0 (TID 297) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 75, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.292 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 74.0 in stage 7.0 (TID 296) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (75/200)
15:03:48.292 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Running task 75.0 in stage 7.0 (TID 297)
15:03:48.298 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.298 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.301 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.301 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.308 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.308 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.325 [INFO - Executor task launch worker for task 75.0 in stage 7.0 (TID 297)] (Logging.scala:57) Finished task 75.0 in stage 7.0 (TID 297). 11411 bytes result sent to driver
15:03:48.326 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 76.0 in stage 7.0 (TID 298) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 76, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.326 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 75.0 in stage 7.0 (TID 297) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (76/200)
15:03:48.326 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Running task 76.0 in stage 7.0 (TID 298)
15:03:48.331 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.331 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.333 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.333 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.338 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.338 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.356 [INFO - Executor task launch worker for task 76.0 in stage 7.0 (TID 298)] (Logging.scala:57) Finished task 76.0 in stage 7.0 (TID 298). 11411 bytes result sent to driver
15:03:48.357 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 77.0 in stage 7.0 (TID 299) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 77, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.358 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 76.0 in stage 7.0 (TID 298) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (77/200)
15:03:48.358 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Running task 77.0 in stage 7.0 (TID 299)
15:03:48.362 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.362 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.364 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.364 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.369 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.369 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.384 [INFO - Executor task launch worker for task 77.0 in stage 7.0 (TID 299)] (Logging.scala:57) Finished task 77.0 in stage 7.0 (TID 299). 11411 bytes result sent to driver
15:03:48.385 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 78.0 in stage 7.0 (TID 300) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 78, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.385 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Running task 78.0 in stage 7.0 (TID 300)
15:03:48.385 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 77.0 in stage 7.0 (TID 299) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (78/200)
15:03:48.390 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.390 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.393 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.393 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.400 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.401 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.422 [INFO - Executor task launch worker for task 78.0 in stage 7.0 (TID 300)] (Logging.scala:57) Finished task 78.0 in stage 7.0 (TID 300). 11411 bytes result sent to driver
15:03:48.423 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 79.0 in stage 7.0 (TID 301) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 79, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.423 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 78.0 in stage 7.0 (TID 300) in 39 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (79/200)
15:03:48.424 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Running task 79.0 in stage 7.0 (TID 301)
15:03:48.429 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.429 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.431 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.431 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.437 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.437 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.458 [INFO - Executor task launch worker for task 79.0 in stage 7.0 (TID 301)] (Logging.scala:57) Finished task 79.0 in stage 7.0 (TID 301). 11411 bytes result sent to driver
15:03:48.459 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 80.0 in stage 7.0 (TID 302) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 80, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.460 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Running task 80.0 in stage 7.0 (TID 302)
15:03:48.460 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 79.0 in stage 7.0 (TID 301) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (80/200)
15:03:48.464 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.465 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.466 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.467 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.472 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.473 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.491 [INFO - Executor task launch worker for task 80.0 in stage 7.0 (TID 302)] (Logging.scala:57) Finished task 80.0 in stage 7.0 (TID 302). 11411 bytes result sent to driver
15:03:48.492 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 81.0 in stage 7.0 (TID 303) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 81, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.492 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 80.0 in stage 7.0 (TID 302) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (81/200)
15:03:48.492 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Running task 81.0 in stage 7.0 (TID 303)
15:03:48.498 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.498 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.500 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.500 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.505 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.505 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.530 [INFO - Executor task launch worker for task 81.0 in stage 7.0 (TID 303)] (Logging.scala:57) Finished task 81.0 in stage 7.0 (TID 303). 11454 bytes result sent to driver
15:03:48.531 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 82.0 in stage 7.0 (TID 304) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 82, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.531 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Running task 82.0 in stage 7.0 (TID 304)
15:03:48.531 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 81.0 in stage 7.0 (TID 303) in 40 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (82/200)
15:03:48.535 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.536 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.537 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.538 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.543 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.543 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.559 [INFO - Executor task launch worker for task 82.0 in stage 7.0 (TID 304)] (Logging.scala:57) Finished task 82.0 in stage 7.0 (TID 304). 11411 bytes result sent to driver
15:03:48.559 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 83.0 in stage 7.0 (TID 305) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 83, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.560 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Running task 83.0 in stage 7.0 (TID 305)
15:03:48.560 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 82.0 in stage 7.0 (TID 304) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (83/200)
15:03:48.564 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.564 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.566 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.566 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.573 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.573 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.595 [INFO - Executor task launch worker for task 83.0 in stage 7.0 (TID 305)] (Logging.scala:57) Finished task 83.0 in stage 7.0 (TID 305). 11411 bytes result sent to driver
15:03:48.596 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 84.0 in stage 7.0 (TID 306) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 84, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.596 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Running task 84.0 in stage 7.0 (TID 306)
15:03:48.597 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 83.0 in stage 7.0 (TID 305) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (84/200)
15:03:48.601 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.601 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.603 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.603 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.608 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.608 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.624 [INFO - Executor task launch worker for task 84.0 in stage 7.0 (TID 306)] (Logging.scala:57) Finished task 84.0 in stage 7.0 (TID 306). 11411 bytes result sent to driver
15:03:48.625 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 85.0 in stage 7.0 (TID 307) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 85, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.625 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Running task 85.0 in stage 7.0 (TID 307)
15:03:48.625 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 84.0 in stage 7.0 (TID 306) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (85/200)
15:03:48.630 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.630 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.632 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.632 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.637 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.637 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.653 [INFO - Executor task launch worker for task 85.0 in stage 7.0 (TID 307)] (Logging.scala:57) Finished task 85.0 in stage 7.0 (TID 307). 11411 bytes result sent to driver
15:03:48.654 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 86.0 in stage 7.0 (TID 308) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 86, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.654 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 85.0 in stage 7.0 (TID 307) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (86/200)
15:03:48.654 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Running task 86.0 in stage 7.0 (TID 308)
15:03:48.660 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.660 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.663 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.663 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.671 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.672 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.693 [INFO - Executor task launch worker for task 86.0 in stage 7.0 (TID 308)] (Logging.scala:57) Finished task 86.0 in stage 7.0 (TID 308). 11411 bytes result sent to driver
15:03:48.694 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 87.0 in stage 7.0 (TID 309) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 87, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.694 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Running task 87.0 in stage 7.0 (TID 309)
15:03:48.694 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 86.0 in stage 7.0 (TID 308) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (87/200)
15:03:48.698 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.698 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.700 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.700 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.705 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.706 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.720 [INFO - Executor task launch worker for task 87.0 in stage 7.0 (TID 309)] (Logging.scala:57) Finished task 87.0 in stage 7.0 (TID 309). 11411 bytes result sent to driver
15:03:48.721 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 88.0 in stage 7.0 (TID 310) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 88, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.721 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Running task 88.0 in stage 7.0 (TID 310)
15:03:48.721 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 87.0 in stage 7.0 (TID 309) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (88/200)
15:03:48.727 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.727 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.730 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.730 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.737 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.737 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.752 [INFO - Executor task launch worker for task 88.0 in stage 7.0 (TID 310)] (Logging.scala:57) Finished task 88.0 in stage 7.0 (TID 310). 11411 bytes result sent to driver
15:03:48.753 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 89.0 in stage 7.0 (TID 311) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 89, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.753 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Running task 89.0 in stage 7.0 (TID 311)
15:03:48.754 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 88.0 in stage 7.0 (TID 310) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (89/200)
15:03:48.759 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.759 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.761 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.761 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.767 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.768 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.783 [INFO - Executor task launch worker for task 89.0 in stage 7.0 (TID 311)] (Logging.scala:57) Finished task 89.0 in stage 7.0 (TID 311). 11411 bytes result sent to driver
15:03:48.784 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 90.0 in stage 7.0 (TID 312) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 90, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.784 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 89.0 in stage 7.0 (TID 311) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (90/200)
15:03:48.784 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Running task 90.0 in stage 7.0 (TID 312)
15:03:48.790 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.791 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.793 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.793 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.800 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.800 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.820 [INFO - Executor task launch worker for task 90.0 in stage 7.0 (TID 312)] (Logging.scala:57) Finished task 90.0 in stage 7.0 (TID 312). 11411 bytes result sent to driver
15:03:48.821 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 91.0 in stage 7.0 (TID 313) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 91, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.821 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 90.0 in stage 7.0 (TID 312) in 38 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (91/200)
15:03:48.822 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Running task 91.0 in stage 7.0 (TID 313)
15:03:48.827 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.827 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.829 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.830 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.836 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.836 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.855 [INFO - Executor task launch worker for task 91.0 in stage 7.0 (TID 313)] (Logging.scala:57) Finished task 91.0 in stage 7.0 (TID 313). 11411 bytes result sent to driver
15:03:48.856 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 92.0 in stage 7.0 (TID 314) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 92, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.856 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Running task 92.0 in stage 7.0 (TID 314)
15:03:48.856 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 91.0 in stage 7.0 (TID 313) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (92/200)
15:03:48.862 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.862 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.865 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.865 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.872 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.872 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.892 [INFO - Executor task launch worker for task 92.0 in stage 7.0 (TID 314)] (Logging.scala:57) Finished task 92.0 in stage 7.0 (TID 314). 11411 bytes result sent to driver
15:03:48.893 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 93.0 in stage 7.0 (TID 315) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 93, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.893 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Running task 93.0 in stage 7.0 (TID 315)
15:03:48.894 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 92.0 in stage 7.0 (TID 314) in 38 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (93/200)
15:03:48.898 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.898 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.900 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.900 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.906 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.906 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.922 [INFO - Executor task launch worker for task 93.0 in stage 7.0 (TID 315)] (Logging.scala:57) Finished task 93.0 in stage 7.0 (TID 315). 11411 bytes result sent to driver
15:03:48.923 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 94.0 in stage 7.0 (TID 316) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 94, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.923 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Running task 94.0 in stage 7.0 (TID 316)
15:03:48.923 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 93.0 in stage 7.0 (TID 315) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (94/200)
15:03:48.928 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.928 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.930 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.930 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.936 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.936 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.955 [INFO - Executor task launch worker for task 94.0 in stage 7.0 (TID 316)] (Logging.scala:57) Finished task 94.0 in stage 7.0 (TID 316). 11411 bytes result sent to driver
15:03:48.956 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 95.0 in stage 7.0 (TID 317) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 95, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.957 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Running task 95.0 in stage 7.0 (TID 317)
15:03:48.957 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 94.0 in stage 7.0 (TID 316) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (95/200)
15:03:48.962 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.962 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.964 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.964 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.970 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.971 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:48.992 [INFO - Executor task launch worker for task 95.0 in stage 7.0 (TID 317)] (Logging.scala:57) Finished task 95.0 in stage 7.0 (TID 317). 11411 bytes result sent to driver
15:03:48.993 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 96.0 in stage 7.0 (TID 318) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 96, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:48.993 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 95.0 in stage 7.0 (TID 317) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (96/200)
15:03:48.993 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Running task 96.0 in stage 7.0 (TID 318)
15:03:48.998 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:48.998 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.000 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.000 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.006 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.006 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.021 [INFO - Executor task launch worker for task 96.0 in stage 7.0 (TID 318)] (Logging.scala:57) Finished task 96.0 in stage 7.0 (TID 318). 11411 bytes result sent to driver
15:03:49.022 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 97.0 in stage 7.0 (TID 319) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 97, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.022 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Running task 97.0 in stage 7.0 (TID 319)
15:03:49.022 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 96.0 in stage 7.0 (TID 318) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (97/200)
15:03:49.027 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.027 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.029 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.030 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.035 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.035 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.057 [INFO - Executor task launch worker for task 97.0 in stage 7.0 (TID 319)] (Logging.scala:57) Finished task 97.0 in stage 7.0 (TID 319). 11411 bytes result sent to driver
15:03:49.058 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 98.0 in stage 7.0 (TID 320) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 98, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.058 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Running task 98.0 in stage 7.0 (TID 320)
15:03:49.058 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 97.0 in stage 7.0 (TID 319) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (98/200)
15:03:49.063 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.063 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.065 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.065 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.070 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.070 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.088 [INFO - Executor task launch worker for task 98.0 in stage 7.0 (TID 320)] (Logging.scala:57) Finished task 98.0 in stage 7.0 (TID 320). 11411 bytes result sent to driver
15:03:49.089 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 99.0 in stage 7.0 (TID 321) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 99, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.089 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Running task 99.0 in stage 7.0 (TID 321)
15:03:49.090 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 98.0 in stage 7.0 (TID 320) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (99/200)
15:03:49.095 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.095 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.098 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.098 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.105 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.105 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.126 [INFO - Executor task launch worker for task 99.0 in stage 7.0 (TID 321)] (Logging.scala:57) Finished task 99.0 in stage 7.0 (TID 321). 11411 bytes result sent to driver
15:03:49.127 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 100.0 in stage 7.0 (TID 322) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 100, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.127 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 99.0 in stage 7.0 (TID 321) in 38 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (100/200)
15:03:49.127 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Running task 100.0 in stage 7.0 (TID 322)
15:03:49.133 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.133 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.136 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.136 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.142 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.142 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.157 [INFO - Executor task launch worker for task 100.0 in stage 7.0 (TID 322)] (Logging.scala:57) Finished task 100.0 in stage 7.0 (TID 322). 11411 bytes result sent to driver
15:03:49.158 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 101.0 in stage 7.0 (TID 323) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 101, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.158 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Running task 101.0 in stage 7.0 (TID 323)
15:03:49.158 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 100.0 in stage 7.0 (TID 322) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (101/200)
15:03:49.162 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.163 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.164 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.164 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.170 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.170 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.185 [INFO - Executor task launch worker for task 101.0 in stage 7.0 (TID 323)] (Logging.scala:57) Finished task 101.0 in stage 7.0 (TID 323). 11411 bytes result sent to driver
15:03:49.186 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 102.0 in stage 7.0 (TID 324) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 102, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.186 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Running task 102.0 in stage 7.0 (TID 324)
15:03:49.187 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 101.0 in stage 7.0 (TID 323) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (102/200)
15:03:49.190 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.191 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.192 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.192 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.197 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.197 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.213 [INFO - Executor task launch worker for task 102.0 in stage 7.0 (TID 324)] (Logging.scala:57) Finished task 102.0 in stage 7.0 (TID 324). 11411 bytes result sent to driver
15:03:49.214 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 103.0 in stage 7.0 (TID 325) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 103, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.215 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Running task 103.0 in stage 7.0 (TID 325)
15:03:49.215 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 102.0 in stage 7.0 (TID 324) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (103/200)
15:03:49.220 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.220 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.222 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.222 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.227 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.227 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.241 [INFO - Executor task launch worker for task 103.0 in stage 7.0 (TID 325)] (Logging.scala:57) Finished task 103.0 in stage 7.0 (TID 325). 11411 bytes result sent to driver
15:03:49.242 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 104.0 in stage 7.0 (TID 326) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 104, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.243 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Running task 104.0 in stage 7.0 (TID 326)
15:03:49.243 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 103.0 in stage 7.0 (TID 325) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (104/200)
15:03:49.247 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.248 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.249 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.250 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.255 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.255 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.270 [INFO - Executor task launch worker for task 104.0 in stage 7.0 (TID 326)] (Logging.scala:57) Finished task 104.0 in stage 7.0 (TID 326). 11411 bytes result sent to driver
15:03:49.271 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 105.0 in stage 7.0 (TID 327) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 105, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.271 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 104.0 in stage 7.0 (TID 326) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (105/200)
15:03:49.272 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Running task 105.0 in stage 7.0 (TID 327)
15:03:49.276 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.276 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.278 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.278 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.283 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.283 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.299 [INFO - Executor task launch worker for task 105.0 in stage 7.0 (TID 327)] (Logging.scala:57) Finished task 105.0 in stage 7.0 (TID 327). 11411 bytes result sent to driver
15:03:49.300 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 106.0 in stage 7.0 (TID 328) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 106, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.300 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 105.0 in stage 7.0 (TID 327) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (106/200)
15:03:49.300 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Running task 106.0 in stage 7.0 (TID 328)
15:03:49.305 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.305 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.307 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.307 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.313 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.313 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.328 [INFO - Executor task launch worker for task 106.0 in stage 7.0 (TID 328)] (Logging.scala:57) Finished task 106.0 in stage 7.0 (TID 328). 11411 bytes result sent to driver
15:03:49.329 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 107.0 in stage 7.0 (TID 329) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 107, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.330 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Running task 107.0 in stage 7.0 (TID 329)
15:03:49.330 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 106.0 in stage 7.0 (TID 328) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (107/200)
15:03:49.334 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.334 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.336 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.336 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.341 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.342 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.357 [INFO - Executor task launch worker for task 107.0 in stage 7.0 (TID 329)] (Logging.scala:57) Finished task 107.0 in stage 7.0 (TID 329). 11411 bytes result sent to driver
15:03:49.357 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 108.0 in stage 7.0 (TID 330) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 108, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.358 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 107.0 in stage 7.0 (TID 329) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (108/200)
15:03:49.358 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Running task 108.0 in stage 7.0 (TID 330)
15:03:49.363 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.363 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.365 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.365 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.370 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.370 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.395 [INFO - Executor task launch worker for task 108.0 in stage 7.0 (TID 330)] (Logging.scala:57) Finished task 108.0 in stage 7.0 (TID 330). 11454 bytes result sent to driver
15:03:49.396 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 109.0 in stage 7.0 (TID 331) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 109, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.396 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 108.0 in stage 7.0 (TID 330) in 39 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (109/200)
15:03:49.396 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Running task 109.0 in stage 7.0 (TID 331)
15:03:49.402 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.402 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.404 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.404 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.410 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.410 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.430 [INFO - Executor task launch worker for task 109.0 in stage 7.0 (TID 331)] (Logging.scala:57) Finished task 109.0 in stage 7.0 (TID 331). 11411 bytes result sent to driver
15:03:49.431 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 110.0 in stage 7.0 (TID 332) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 110, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.432 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Running task 110.0 in stage 7.0 (TID 332)
15:03:49.432 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 109.0 in stage 7.0 (TID 331) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (110/200)
15:03:49.438 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.438 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.440 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.441 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.448 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.448 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.465 [INFO - Executor task launch worker for task 110.0 in stage 7.0 (TID 332)] (Logging.scala:57) Finished task 110.0 in stage 7.0 (TID 332). 11411 bytes result sent to driver
15:03:49.466 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 111.0 in stage 7.0 (TID 333) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 111, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.467 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Running task 111.0 in stage 7.0 (TID 333)
15:03:49.467 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 110.0 in stage 7.0 (TID 332) in 35 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (111/200)
15:03:49.471 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.471 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.474 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.474 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.480 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.480 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.496 [INFO - Executor task launch worker for task 111.0 in stage 7.0 (TID 333)] (Logging.scala:57) Finished task 111.0 in stage 7.0 (TID 333). 11411 bytes result sent to driver
15:03:49.497 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 112.0 in stage 7.0 (TID 334) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 112, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.497 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 111.0 in stage 7.0 (TID 333) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (112/200)
15:03:49.498 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Running task 112.0 in stage 7.0 (TID 334)
15:03:49.502 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.502 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.504 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.504 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.509 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.509 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.524 [INFO - Executor task launch worker for task 112.0 in stage 7.0 (TID 334)] (Logging.scala:57) Finished task 112.0 in stage 7.0 (TID 334). 11411 bytes result sent to driver
15:03:49.525 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 113.0 in stage 7.0 (TID 335) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 113, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.525 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Running task 113.0 in stage 7.0 (TID 335)
15:03:49.525 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 112.0 in stage 7.0 (TID 334) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (113/200)
15:03:49.529 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.529 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.532 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.532 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.539 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.539 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.556 [INFO - Executor task launch worker for task 113.0 in stage 7.0 (TID 335)] (Logging.scala:57) Finished task 113.0 in stage 7.0 (TID 335). 11411 bytes result sent to driver
15:03:49.557 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 114.0 in stage 7.0 (TID 336) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 114, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.557 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Running task 114.0 in stage 7.0 (TID 336)
15:03:49.558 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 113.0 in stage 7.0 (TID 335) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (114/200)
15:03:49.561 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.562 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.563 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.563 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.568 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.568 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.582 [INFO - Executor task launch worker for task 114.0 in stage 7.0 (TID 336)] (Logging.scala:57) Finished task 114.0 in stage 7.0 (TID 336). 11411 bytes result sent to driver
15:03:49.583 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 115.0 in stage 7.0 (TID 337) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 115, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.583 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 114.0 in stage 7.0 (TID 336) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (115/200)
15:03:49.583 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Running task 115.0 in stage 7.0 (TID 337)
15:03:49.589 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.589 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.592 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.592 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.599 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.599 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.620 [INFO - Executor task launch worker for task 115.0 in stage 7.0 (TID 337)] (Logging.scala:57) Finished task 115.0 in stage 7.0 (TID 337). 11411 bytes result sent to driver
15:03:49.621 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 116.0 in stage 7.0 (TID 338) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 116, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.621 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Running task 116.0 in stage 7.0 (TID 338)
15:03:49.621 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 115.0 in stage 7.0 (TID 337) in 38 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (116/200)
15:03:49.627 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.627 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.630 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.630 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.637 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.637 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.657 [INFO - Executor task launch worker for task 116.0 in stage 7.0 (TID 338)] (Logging.scala:57) Finished task 116.0 in stage 7.0 (TID 338). 11411 bytes result sent to driver
15:03:49.658 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 117.0 in stage 7.0 (TID 339) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 117, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.658 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Running task 117.0 in stage 7.0 (TID 339)
15:03:49.658 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 116.0 in stage 7.0 (TID 338) in 38 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (117/200)
15:03:49.662 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.663 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.664 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.664 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.669 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.669 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.685 [INFO - Executor task launch worker for task 117.0 in stage 7.0 (TID 339)] (Logging.scala:57) Finished task 117.0 in stage 7.0 (TID 339). 11411 bytes result sent to driver
15:03:49.686 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 118.0 in stage 7.0 (TID 340) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 118, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.687 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 117.0 in stage 7.0 (TID 339) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (118/200)
15:03:49.687 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Running task 118.0 in stage 7.0 (TID 340)
15:03:49.691 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Getting 4 (3.7 KiB) non-empty blocks including 4 (3.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.692 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.693 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Getting 4 (3.6 KiB) non-empty blocks including 4 (3.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.694 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.698 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.698 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.712 [INFO - Executor task launch worker for task 118.0 in stage 7.0 (TID 340)] (Logging.scala:57) Finished task 118.0 in stage 7.0 (TID 340). 11411 bytes result sent to driver
15:03:49.712 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 119.0 in stage 7.0 (TID 341) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 119, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.713 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 118.0 in stage 7.0 (TID 340) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (119/200)
15:03:49.713 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Running task 119.0 in stage 7.0 (TID 341)
15:03:49.718 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.718 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.721 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.721 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.728 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.728 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.747 [INFO - Executor task launch worker for task 119.0 in stage 7.0 (TID 341)] (Logging.scala:57) Finished task 119.0 in stage 7.0 (TID 341). 11411 bytes result sent to driver
15:03:49.748 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 120.0 in stage 7.0 (TID 342) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 120, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.748 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Running task 120.0 in stage 7.0 (TID 342)
15:03:49.749 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 119.0 in stage 7.0 (TID 341) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (120/200)
15:03:49.752 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.753 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.755 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.755 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.760 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.760 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.778 [INFO - Executor task launch worker for task 120.0 in stage 7.0 (TID 342)] (Logging.scala:57) Finished task 120.0 in stage 7.0 (TID 342). 11411 bytes result sent to driver
15:03:49.779 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 121.0 in stage 7.0 (TID 343) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 121, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.780 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Running task 121.0 in stage 7.0 (TID 343)
15:03:49.780 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 120.0 in stage 7.0 (TID 342) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (121/200)
15:03:49.784 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.784 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.785 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.786 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.791 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.791 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.805 [INFO - Executor task launch worker for task 121.0 in stage 7.0 (TID 343)] (Logging.scala:57) Finished task 121.0 in stage 7.0 (TID 343). 11411 bytes result sent to driver
15:03:49.806 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 122.0 in stage 7.0 (TID 344) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 122, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.806 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 121.0 in stage 7.0 (TID 343) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (122/200)
15:03:49.806 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Running task 122.0 in stage 7.0 (TID 344)
15:03:49.812 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.812 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.815 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.815 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.822 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.822 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.844 [INFO - Executor task launch worker for task 122.0 in stage 7.0 (TID 344)] (Logging.scala:57) Finished task 122.0 in stage 7.0 (TID 344). 11411 bytes result sent to driver
15:03:49.845 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 123.0 in stage 7.0 (TID 345) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 123, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.846 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 122.0 in stage 7.0 (TID 344) in 41 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (123/200)
15:03:49.846 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Running task 123.0 in stage 7.0 (TID 345)
15:03:49.850 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.851 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.853 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.853 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.858 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.858 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.873 [INFO - Executor task launch worker for task 123.0 in stage 7.0 (TID 345)] (Logging.scala:57) Finished task 123.0 in stage 7.0 (TID 345). 11411 bytes result sent to driver
15:03:49.874 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 124.0 in stage 7.0 (TID 346) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 124, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.874 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 123.0 in stage 7.0 (TID 345) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (124/200)
15:03:49.875 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Running task 124.0 in stage 7.0 (TID 346)
15:03:49.879 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.879 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.881 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.881 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.886 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.886 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.902 [INFO - Executor task launch worker for task 124.0 in stage 7.0 (TID 346)] (Logging.scala:57) Finished task 124.0 in stage 7.0 (TID 346). 11411 bytes result sent to driver
15:03:49.902 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 125.0 in stage 7.0 (TID 347) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 125, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.903 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Running task 125.0 in stage 7.0 (TID 347)
15:03:49.903 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 124.0 in stage 7.0 (TID 346) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (125/200)
15:03:49.908 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.908 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.910 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.910 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.914 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.915 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.929 [INFO - Executor task launch worker for task 125.0 in stage 7.0 (TID 347)] (Logging.scala:57) Finished task 125.0 in stage 7.0 (TID 347). 11411 bytes result sent to driver
15:03:49.930 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 126.0 in stage 7.0 (TID 348) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 126, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.930 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 125.0 in stage 7.0 (TID 347) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (126/200)
15:03:49.930 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Running task 126.0 in stage 7.0 (TID 348)
15:03:49.934 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.934 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.936 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.936 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.940 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.940 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.955 [INFO - Executor task launch worker for task 126.0 in stage 7.0 (TID 348)] (Logging.scala:57) Finished task 126.0 in stage 7.0 (TID 348). 11411 bytes result sent to driver
15:03:49.955 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 127.0 in stage 7.0 (TID 349) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 127, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.956 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 126.0 in stage 7.0 (TID 348) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (127/200)
15:03:49.956 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Running task 127.0 in stage 7.0 (TID 349)
15:03:49.961 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.961 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.963 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.964 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.970 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.970 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.987 [INFO - Executor task launch worker for task 127.0 in stage 7.0 (TID 349)] (Logging.scala:57) Finished task 127.0 in stage 7.0 (TID 349). 11411 bytes result sent to driver
15:03:49.988 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 128.0 in stage 7.0 (TID 350) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:49.989 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 127.0 in stage 7.0 (TID 349) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (128/200)
15:03:49.989 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Running task 128.0 in stage 7.0 (TID 350)
15:03:49.993 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.994 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:49.995 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:49.995 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.000 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.000 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.015 [INFO - Executor task launch worker for task 128.0 in stage 7.0 (TID 350)] (Logging.scala:57) Finished task 128.0 in stage 7.0 (TID 350). 11411 bytes result sent to driver
15:03:50.016 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 129.0 in stage 7.0 (TID 351) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 129, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.016 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 128.0 in stage 7.0 (TID 350) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (129/200)
15:03:50.017 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Running task 129.0 in stage 7.0 (TID 351)
15:03:50.022 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.022 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.024 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.025 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.031 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.032 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.050 [INFO - Executor task launch worker for task 129.0 in stage 7.0 (TID 351)] (Logging.scala:57) Finished task 129.0 in stage 7.0 (TID 351). 11411 bytes result sent to driver
15:03:50.051 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 130.0 in stage 7.0 (TID 352) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 130, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.051 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 129.0 in stage 7.0 (TID 351) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (130/200)
15:03:50.052 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Running task 130.0 in stage 7.0 (TID 352)
15:03:50.057 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.057 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.059 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.059 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.065 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.065 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.083 [INFO - Executor task launch worker for task 130.0 in stage 7.0 (TID 352)] (Logging.scala:57) Finished task 130.0 in stage 7.0 (TID 352). 11411 bytes result sent to driver
15:03:50.084 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 131.0 in stage 7.0 (TID 353) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 131, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.085 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 130.0 in stage 7.0 (TID 352) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (131/200)
15:03:50.085 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Running task 131.0 in stage 7.0 (TID 353)
15:03:50.089 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.090 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.092 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.092 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.096 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.097 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.111 [INFO - Executor task launch worker for task 131.0 in stage 7.0 (TID 353)] (Logging.scala:57) Finished task 131.0 in stage 7.0 (TID 353). 11411 bytes result sent to driver
15:03:50.112 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 132.0 in stage 7.0 (TID 354) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 132, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.113 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 131.0 in stage 7.0 (TID 353) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (132/200)
15:03:50.113 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Running task 132.0 in stage 7.0 (TID 354)
15:03:50.118 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.118 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.120 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.120 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.126 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Getting 4 (5.2 KiB) non-empty blocks including 4 (5.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.126 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.145 [INFO - Executor task launch worker for task 132.0 in stage 7.0 (TID 354)] (Logging.scala:57) Finished task 132.0 in stage 7.0 (TID 354). 11411 bytes result sent to driver
15:03:50.146 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 133.0 in stage 7.0 (TID 355) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 133, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.146 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Running task 133.0 in stage 7.0 (TID 355)
15:03:50.146 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 132.0 in stage 7.0 (TID 354) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (133/200)
15:03:50.152 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.152 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.154 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.155 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.162 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.162 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.182 [INFO - Executor task launch worker for task 133.0 in stage 7.0 (TID 355)] (Logging.scala:57) Finished task 133.0 in stage 7.0 (TID 355). 11411 bytes result sent to driver
15:03:50.183 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 134.0 in stage 7.0 (TID 356) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 134, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.184 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Running task 134.0 in stage 7.0 (TID 356)
15:03:50.184 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 133.0 in stage 7.0 (TID 355) in 39 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (134/200)
15:03:50.189 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.189 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.191 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.191 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.198 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.199 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.214 [INFO - Executor task launch worker for task 134.0 in stage 7.0 (TID 356)] (Logging.scala:57) Finished task 134.0 in stage 7.0 (TID 356). 11411 bytes result sent to driver
15:03:50.215 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 135.0 in stage 7.0 (TID 357) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 135, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.216 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 134.0 in stage 7.0 (TID 356) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (135/200)
15:03:50.216 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Running task 135.0 in stage 7.0 (TID 357)
15:03:50.221 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.221 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.223 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.223 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.229 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.230 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.258 [INFO - Executor task launch worker for task 135.0 in stage 7.0 (TID 357)] (Logging.scala:57) Finished task 135.0 in stage 7.0 (TID 357). 11454 bytes result sent to driver
15:03:50.258 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 136.0 in stage 7.0 (TID 358) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 136, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.259 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Running task 136.0 in stage 7.0 (TID 358)
15:03:50.259 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 135.0 in stage 7.0 (TID 357) in 44 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (136/200)
15:03:50.264 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.265 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.267 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.267 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.274 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.274 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.292 [INFO - Executor task launch worker for task 136.0 in stage 7.0 (TID 358)] (Logging.scala:57) Finished task 136.0 in stage 7.0 (TID 358). 11411 bytes result sent to driver
15:03:50.293 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 137.0 in stage 7.0 (TID 359) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 137, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.294 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Running task 137.0 in stage 7.0 (TID 359)
15:03:50.294 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 136.0 in stage 7.0 (TID 358) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (137/200)
15:03:50.299 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.299 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.301 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.301 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.307 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.307 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.325 [INFO - Executor task launch worker for task 137.0 in stage 7.0 (TID 359)] (Logging.scala:57) Finished task 137.0 in stage 7.0 (TID 359). 11411 bytes result sent to driver
15:03:50.326 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 138.0 in stage 7.0 (TID 360) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 138, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.327 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Running task 138.0 in stage 7.0 (TID 360)
15:03:50.327 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 137.0 in stage 7.0 (TID 359) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (138/200)
15:03:50.331 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.331 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.333 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.334 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.341 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.341 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.357 [INFO - Executor task launch worker for task 138.0 in stage 7.0 (TID 360)] (Logging.scala:57) Finished task 138.0 in stage 7.0 (TID 360). 11411 bytes result sent to driver
15:03:50.358 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 139.0 in stage 7.0 (TID 361) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 139, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.358 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 138.0 in stage 7.0 (TID 360) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (139/200)
15:03:50.358 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Running task 139.0 in stage 7.0 (TID 361)
15:03:50.362 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.362 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.364 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.364 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.369 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.369 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.383 [INFO - Executor task launch worker for task 139.0 in stage 7.0 (TID 361)] (Logging.scala:57) Finished task 139.0 in stage 7.0 (TID 361). 11411 bytes result sent to driver
15:03:50.384 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 140.0 in stage 7.0 (TID 362) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 140, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.384 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 139.0 in stage 7.0 (TID 361) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (140/200)
15:03:50.384 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Running task 140.0 in stage 7.0 (TID 362)
15:03:50.389 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.390 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.392 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.392 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.398 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.398 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.417 [INFO - Executor task launch worker for task 140.0 in stage 7.0 (TID 362)] (Logging.scala:57) Finished task 140.0 in stage 7.0 (TID 362). 11411 bytes result sent to driver
15:03:50.418 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 141.0 in stage 7.0 (TID 363) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 141, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.419 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Running task 141.0 in stage 7.0 (TID 363)
15:03:50.419 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 140.0 in stage 7.0 (TID 362) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (141/200)
15:03:50.423 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.423 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.425 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.425 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.429 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Getting 4 (5.1 KiB) non-empty blocks including 4 (5.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.429 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.443 [INFO - Executor task launch worker for task 141.0 in stage 7.0 (TID 363)] (Logging.scala:57) Finished task 141.0 in stage 7.0 (TID 363). 11411 bytes result sent to driver
15:03:50.444 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 142.0 in stage 7.0 (TID 364) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 142, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.445 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 141.0 in stage 7.0 (TID 363) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (142/200)
15:03:50.445 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Running task 142.0 in stage 7.0 (TID 364)
15:03:50.450 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.450 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.451 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.452 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.457 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.457 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.471 [INFO - Executor task launch worker for task 142.0 in stage 7.0 (TID 364)] (Logging.scala:57) Finished task 142.0 in stage 7.0 (TID 364). 11411 bytes result sent to driver
15:03:50.472 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 143.0 in stage 7.0 (TID 365) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 143, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.473 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Running task 143.0 in stage 7.0 (TID 365)
15:03:50.473 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 142.0 in stage 7.0 (TID 364) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (143/200)
15:03:50.478 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.478 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.480 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.480 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.486 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.486 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.504 [INFO - Executor task launch worker for task 143.0 in stage 7.0 (TID 365)] (Logging.scala:57) Finished task 143.0 in stage 7.0 (TID 365). 11411 bytes result sent to driver
15:03:50.505 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 144.0 in stage 7.0 (TID 366) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 144, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.505 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Running task 144.0 in stage 7.0 (TID 366)
15:03:50.505 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 143.0 in stage 7.0 (TID 365) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (144/200)
15:03:50.509 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.510 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.511 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.511 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.516 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.516 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.530 [INFO - Executor task launch worker for task 144.0 in stage 7.0 (TID 366)] (Logging.scala:57) Finished task 144.0 in stage 7.0 (TID 366). 11411 bytes result sent to driver
15:03:50.531 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 145.0 in stage 7.0 (TID 367) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 145, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.532 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Running task 145.0 in stage 7.0 (TID 367)
15:03:50.532 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 144.0 in stage 7.0 (TID 366) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (145/200)
15:03:50.537 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.537 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.539 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.539 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.544 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.544 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.559 [INFO - Executor task launch worker for task 145.0 in stage 7.0 (TID 367)] (Logging.scala:57) Finished task 145.0 in stage 7.0 (TID 367). 11411 bytes result sent to driver
15:03:50.559 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 146.0 in stage 7.0 (TID 368) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 146, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.560 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Running task 146.0 in stage 7.0 (TID 368)
15:03:50.560 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 145.0 in stage 7.0 (TID 367) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (146/200)
15:03:50.564 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.564 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.566 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.566 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.572 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.572 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.587 [INFO - Executor task launch worker for task 146.0 in stage 7.0 (TID 368)] (Logging.scala:57) Finished task 146.0 in stage 7.0 (TID 368). 11411 bytes result sent to driver
15:03:50.588 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 147.0 in stage 7.0 (TID 369) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 147, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.588 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 146.0 in stage 7.0 (TID 368) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (147/200)
15:03:50.588 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Running task 147.0 in stage 7.0 (TID 369)
15:03:50.593 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.594 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.595 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.595 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.600 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.600 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.615 [INFO - Executor task launch worker for task 147.0 in stage 7.0 (TID 369)] (Logging.scala:57) Finished task 147.0 in stage 7.0 (TID 369). 11411 bytes result sent to driver
15:03:50.616 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 148.0 in stage 7.0 (TID 370) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 148, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.617 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 147.0 in stage 7.0 (TID 369) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (148/200)
15:03:50.617 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Running task 148.0 in stage 7.0 (TID 370)
15:03:50.621 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.621 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.623 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.623 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.628 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.628 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.644 [INFO - Executor task launch worker for task 148.0 in stage 7.0 (TID 370)] (Logging.scala:57) Finished task 148.0 in stage 7.0 (TID 370). 11411 bytes result sent to driver
15:03:50.645 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 149.0 in stage 7.0 (TID 371) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 149, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.645 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Running task 149.0 in stage 7.0 (TID 371)
15:03:50.645 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 148.0 in stage 7.0 (TID 370) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (149/200)
15:03:50.650 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.650 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.652 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Getting 4 (3.8 KiB) non-empty blocks including 4 (3.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.652 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.657 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.658 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.672 [INFO - Executor task launch worker for task 149.0 in stage 7.0 (TID 371)] (Logging.scala:57) Finished task 149.0 in stage 7.0 (TID 371). 11411 bytes result sent to driver
15:03:50.673 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 150.0 in stage 7.0 (TID 372) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 150, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.673 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Running task 150.0 in stage 7.0 (TID 372)
15:03:50.673 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 149.0 in stage 7.0 (TID 371) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (150/200)
15:03:50.678 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.678 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.680 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.680 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.686 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.686 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.700 [INFO - Executor task launch worker for task 150.0 in stage 7.0 (TID 372)] (Logging.scala:57) Finished task 150.0 in stage 7.0 (TID 372). 11411 bytes result sent to driver
15:03:50.701 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 151.0 in stage 7.0 (TID 373) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 151, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.701 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 150.0 in stage 7.0 (TID 372) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (151/200)
15:03:50.702 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Running task 151.0 in stage 7.0 (TID 373)
15:03:50.707 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.707 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.709 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.709 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.715 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.715 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.730 [INFO - Executor task launch worker for task 151.0 in stage 7.0 (TID 373)] (Logging.scala:57) Finished task 151.0 in stage 7.0 (TID 373). 11411 bytes result sent to driver
15:03:50.731 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 152.0 in stage 7.0 (TID 374) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 152, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.731 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Running task 152.0 in stage 7.0 (TID 374)
15:03:50.731 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 151.0 in stage 7.0 (TID 373) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (152/200)
15:03:50.735 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.736 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.737 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.737 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.742 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.742 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.757 [INFO - Executor task launch worker for task 152.0 in stage 7.0 (TID 374)] (Logging.scala:57) Finished task 152.0 in stage 7.0 (TID 374). 11411 bytes result sent to driver
15:03:50.758 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 153.0 in stage 7.0 (TID 375) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 153, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.758 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Running task 153.0 in stage 7.0 (TID 375)
15:03:50.758 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 152.0 in stage 7.0 (TID 374) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (153/200)
15:03:50.764 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.764 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.766 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.766 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.774 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.774 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.793 [INFO - Executor task launch worker for task 153.0 in stage 7.0 (TID 375)] (Logging.scala:57) Finished task 153.0 in stage 7.0 (TID 375). 11411 bytes result sent to driver
15:03:50.794 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 154.0 in stage 7.0 (TID 376) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 154, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.794 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 153.0 in stage 7.0 (TID 375) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (154/200)
15:03:50.795 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Running task 154.0 in stage 7.0 (TID 376)
15:03:50.798 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.799 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.800 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.800 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.805 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.805 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.819 [INFO - Executor task launch worker for task 154.0 in stage 7.0 (TID 376)] (Logging.scala:57) Finished task 154.0 in stage 7.0 (TID 376). 11411 bytes result sent to driver
15:03:50.820 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 155.0 in stage 7.0 (TID 377) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 155, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.820 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Running task 155.0 in stage 7.0 (TID 377)
15:03:50.820 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 154.0 in stage 7.0 (TID 376) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (155/200)
15:03:50.824 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.824 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.826 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.826 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.830 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.830 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.846 [INFO - Executor task launch worker for task 155.0 in stage 7.0 (TID 377)] (Logging.scala:57) Finished task 155.0 in stage 7.0 (TID 377). 11411 bytes result sent to driver
15:03:50.847 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 156.0 in stage 7.0 (TID 378) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 156, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.847 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 155.0 in stage 7.0 (TID 377) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (156/200)
15:03:50.848 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Running task 156.0 in stage 7.0 (TID 378)
15:03:50.853 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.853 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.855 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.855 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.860 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.860 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.875 [INFO - Executor task launch worker for task 156.0 in stage 7.0 (TID 378)] (Logging.scala:57) Finished task 156.0 in stage 7.0 (TID 378). 11411 bytes result sent to driver
15:03:50.876 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 157.0 in stage 7.0 (TID 379) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 157, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.876 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Running task 157.0 in stage 7.0 (TID 379)
15:03:50.877 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 156.0 in stage 7.0 (TID 378) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (157/200)
15:03:50.882 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.882 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.884 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.884 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.891 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.891 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.911 [INFO - Executor task launch worker for task 157.0 in stage 7.0 (TID 379)] (Logging.scala:57) Finished task 157.0 in stage 7.0 (TID 379). 11411 bytes result sent to driver
15:03:50.912 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 158.0 in stage 7.0 (TID 380) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 158, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.912 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 157.0 in stage 7.0 (TID 379) in 36 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (158/200)
15:03:50.912 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Running task 158.0 in stage 7.0 (TID 380)
15:03:50.918 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.918 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.920 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.920 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.927 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.927 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.946 [INFO - Executor task launch worker for task 158.0 in stage 7.0 (TID 380)] (Logging.scala:57) Finished task 158.0 in stage 7.0 (TID 380). 11411 bytes result sent to driver
15:03:50.947 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 159.0 in stage 7.0 (TID 381) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 159, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.948 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 158.0 in stage 7.0 (TID 380) in 37 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (159/200)
15:03:50.948 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Running task 159.0 in stage 7.0 (TID 381)
15:03:50.953 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.953 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.955 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.955 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.960 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.960 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.973 [INFO - Executor task launch worker for task 159.0 in stage 7.0 (TID 381)] (Logging.scala:57) Finished task 159.0 in stage 7.0 (TID 381). 11411 bytes result sent to driver
15:03:50.974 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 160.0 in stage 7.0 (TID 382) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 160, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:50.975 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Running task 160.0 in stage 7.0 (TID 382)
15:03:50.975 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 159.0 in stage 7.0 (TID 381) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (160/200)
15:03:50.979 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.979 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.981 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.981 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.985 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:50.985 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:50.999 [INFO - Executor task launch worker for task 160.0 in stage 7.0 (TID 382)] (Logging.scala:57) Finished task 160.0 in stage 7.0 (TID 382). 11411 bytes result sent to driver
15:03:51.000 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 161.0 in stage 7.0 (TID 383) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 161, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.001 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 160.0 in stage 7.0 (TID 382) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (161/200)
15:03:51.001 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Running task 161.0 in stage 7.0 (TID 383)
15:03:51.006 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.006 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.008 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.008 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.013 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.013 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.027 [INFO - Executor task launch worker for task 161.0 in stage 7.0 (TID 383)] (Logging.scala:57) Finished task 161.0 in stage 7.0 (TID 383). 11411 bytes result sent to driver
15:03:51.028 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 162.0 in stage 7.0 (TID 384) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 162, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.029 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 161.0 in stage 7.0 (TID 383) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (162/200)
15:03:51.029 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Running task 162.0 in stage 7.0 (TID 384)
15:03:51.033 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.033 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.035 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.035 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.042 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.042 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.073 [INFO - Executor task launch worker for task 162.0 in stage 7.0 (TID 384)] (Logging.scala:57) Finished task 162.0 in stage 7.0 (TID 384). 11454 bytes result sent to driver
15:03:51.074 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 163.0 in stage 7.0 (TID 385) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 163, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.074 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 162.0 in stage 7.0 (TID 384) in 46 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (163/200)
15:03:51.075 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Running task 163.0 in stage 7.0 (TID 385)
15:03:51.082 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.082 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.085 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.085 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.091 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.091 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.111 [INFO - Executor task launch worker for task 163.0 in stage 7.0 (TID 385)] (Logging.scala:57) Finished task 163.0 in stage 7.0 (TID 385). 11411 bytes result sent to driver
15:03:51.112 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 164.0 in stage 7.0 (TID 386) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 164, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.113 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 163.0 in stage 7.0 (TID 385) in 40 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (164/200)
15:03:51.113 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Running task 164.0 in stage 7.0 (TID 386)
15:03:51.118 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.119 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.121 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.121 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.127 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.127 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.144 [INFO - Executor task launch worker for task 164.0 in stage 7.0 (TID 386)] (Logging.scala:57) Finished task 164.0 in stage 7.0 (TID 386). 11411 bytes result sent to driver
15:03:51.145 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 165.0 in stage 7.0 (TID 387) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 165, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.146 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 164.0 in stage 7.0 (TID 386) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (165/200)
15:03:51.146 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Running task 165.0 in stage 7.0 (TID 387)
15:03:51.151 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.152 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.154 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.154 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.160 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.160 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.178 [INFO - Executor task launch worker for task 165.0 in stage 7.0 (TID 387)] (Logging.scala:57) Finished task 165.0 in stage 7.0 (TID 387). 11411 bytes result sent to driver
15:03:51.178 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 166.0 in stage 7.0 (TID 388) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 166, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.179 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Running task 166.0 in stage 7.0 (TID 388)
15:03:51.179 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 165.0 in stage 7.0 (TID 387) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (166/200)
15:03:51.184 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.184 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.186 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.186 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.192 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.192 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.208 [INFO - Executor task launch worker for task 166.0 in stage 7.0 (TID 388)] (Logging.scala:57) Finished task 166.0 in stage 7.0 (TID 388). 11411 bytes result sent to driver
15:03:51.209 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 167.0 in stage 7.0 (TID 389) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 167, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.210 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Running task 167.0 in stage 7.0 (TID 389)
15:03:51.210 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 166.0 in stage 7.0 (TID 388) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (167/200)
15:03:51.214 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.214 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.216 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.216 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.222 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.222 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.237 [INFO - Executor task launch worker for task 167.0 in stage 7.0 (TID 389)] (Logging.scala:57) Finished task 167.0 in stage 7.0 (TID 389). 11411 bytes result sent to driver
15:03:51.238 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 168.0 in stage 7.0 (TID 390) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 168, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.238 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Running task 168.0 in stage 7.0 (TID 390)
15:03:51.238 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 167.0 in stage 7.0 (TID 389) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (168/200)
15:03:51.242 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.242 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.244 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.244 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.249 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.249 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.263 [INFO - Executor task launch worker for task 168.0 in stage 7.0 (TID 390)] (Logging.scala:57) Finished task 168.0 in stage 7.0 (TID 390). 11411 bytes result sent to driver
15:03:51.264 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 169.0 in stage 7.0 (TID 391) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 169, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.264 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 168.0 in stage 7.0 (TID 390) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (169/200)
15:03:51.264 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Running task 169.0 in stage 7.0 (TID 391)
15:03:51.270 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.270 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.273 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.273 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.278 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.278 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.292 [INFO - Executor task launch worker for task 169.0 in stage 7.0 (TID 391)] (Logging.scala:57) Finished task 169.0 in stage 7.0 (TID 391). 11411 bytes result sent to driver
15:03:51.293 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 170.0 in stage 7.0 (TID 392) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 170, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.293 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Running task 170.0 in stage 7.0 (TID 392)
15:03:51.293 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 169.0 in stage 7.0 (TID 391) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (170/200)
15:03:51.298 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.298 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.300 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.300 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.306 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.306 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.323 [INFO - Executor task launch worker for task 170.0 in stage 7.0 (TID 392)] (Logging.scala:57) Finished task 170.0 in stage 7.0 (TID 392). 11411 bytes result sent to driver
15:03:51.324 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 171.0 in stage 7.0 (TID 393) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 171, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.324 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Running task 171.0 in stage 7.0 (TID 393)
15:03:51.324 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 170.0 in stage 7.0 (TID 392) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (171/200)
15:03:51.329 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.330 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.332 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.332 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.338 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.338 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.354 [INFO - Executor task launch worker for task 171.0 in stage 7.0 (TID 393)] (Logging.scala:57) Finished task 171.0 in stage 7.0 (TID 393). 11411 bytes result sent to driver
15:03:51.355 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 172.0 in stage 7.0 (TID 394) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 172, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.355 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Running task 172.0 in stage 7.0 (TID 394)
15:03:51.355 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 171.0 in stage 7.0 (TID 393) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (172/200)
15:03:51.360 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.360 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.362 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.362 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.367 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.367 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.382 [INFO - Executor task launch worker for task 172.0 in stage 7.0 (TID 394)] (Logging.scala:57) Finished task 172.0 in stage 7.0 (TID 394). 11411 bytes result sent to driver
15:03:51.383 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 173.0 in stage 7.0 (TID 395) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 173, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.383 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Running task 173.0 in stage 7.0 (TID 395)
15:03:51.384 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 172.0 in stage 7.0 (TID 394) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (173/200)
15:03:51.389 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.389 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.391 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.391 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.397 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.398 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.413 [INFO - Executor task launch worker for task 173.0 in stage 7.0 (TID 395)] (Logging.scala:57) Finished task 173.0 in stage 7.0 (TID 395). 11411 bytes result sent to driver
15:03:51.414 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 174.0 in stage 7.0 (TID 396) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 174, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.414 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Running task 174.0 in stage 7.0 (TID 396)
15:03:51.415 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 173.0 in stage 7.0 (TID 395) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (174/200)
15:03:51.419 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.419 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.421 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.421 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.425 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.425 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.440 [INFO - Executor task launch worker for task 174.0 in stage 7.0 (TID 396)] (Logging.scala:57) Finished task 174.0 in stage 7.0 (TID 396). 11411 bytes result sent to driver
15:03:51.441 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 175.0 in stage 7.0 (TID 397) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 175, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.441 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Running task 175.0 in stage 7.0 (TID 397)
15:03:51.441 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 174.0 in stage 7.0 (TID 396) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (175/200)
15:03:51.445 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.445 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.447 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.447 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.452 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.452 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.465 [INFO - Executor task launch worker for task 175.0 in stage 7.0 (TID 397)] (Logging.scala:57) Finished task 175.0 in stage 7.0 (TID 397). 11411 bytes result sent to driver
15:03:51.466 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 176.0 in stage 7.0 (TID 398) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 176, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.466 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Running task 176.0 in stage 7.0 (TID 398)
15:03:51.466 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 175.0 in stage 7.0 (TID 397) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (176/200)
15:03:51.472 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.472 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.474 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.474 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.481 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.481 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.498 [INFO - Executor task launch worker for task 176.0 in stage 7.0 (TID 398)] (Logging.scala:57) Finished task 176.0 in stage 7.0 (TID 398). 11411 bytes result sent to driver
15:03:51.499 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 177.0 in stage 7.0 (TID 399) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 177, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.499 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Running task 177.0 in stage 7.0 (TID 399)
15:03:51.499 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 176.0 in stage 7.0 (TID 398) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (177/200)
15:03:51.504 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.504 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.506 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.506 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.512 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.512 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.529 [INFO - Executor task launch worker for task 177.0 in stage 7.0 (TID 399)] (Logging.scala:57) Finished task 177.0 in stage 7.0 (TID 399). 11411 bytes result sent to driver
15:03:51.530 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 178.0 in stage 7.0 (TID 400) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 178, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.531 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Running task 178.0 in stage 7.0 (TID 400)
15:03:51.531 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 177.0 in stage 7.0 (TID 399) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (178/200)
15:03:51.536 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.536 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.538 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.538 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.543 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.543 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.562 [INFO - Executor task launch worker for task 178.0 in stage 7.0 (TID 400)] (Logging.scala:57) Finished task 178.0 in stage 7.0 (TID 400). 11411 bytes result sent to driver
15:03:51.563 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 179.0 in stage 7.0 (TID 401) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 179, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.563 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Running task 179.0 in stage 7.0 (TID 401)
15:03:51.564 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 178.0 in stage 7.0 (TID 400) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (179/200)
15:03:51.569 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.569 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.571 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.571 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.577 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.577 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.594 [INFO - Executor task launch worker for task 179.0 in stage 7.0 (TID 401)] (Logging.scala:57) Finished task 179.0 in stage 7.0 (TID 401). 11411 bytes result sent to driver
15:03:51.595 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 180.0 in stage 7.0 (TID 402) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 180, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.595 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Running task 180.0 in stage 7.0 (TID 402)
15:03:51.596 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 179.0 in stage 7.0 (TID 401) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (180/200)
15:03:51.600 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.601 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.602 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.603 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.608 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.608 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.623 [INFO - Executor task launch worker for task 180.0 in stage 7.0 (TID 402)] (Logging.scala:57) Finished task 180.0 in stage 7.0 (TID 402). 11411 bytes result sent to driver
15:03:51.624 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 181.0 in stage 7.0 (TID 403) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 181, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.624 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Running task 181.0 in stage 7.0 (TID 403)
15:03:51.625 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 180.0 in stage 7.0 (TID 402) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (181/200)
15:03:51.629 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.629 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.631 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.631 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.637 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.637 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.654 [INFO - Executor task launch worker for task 181.0 in stage 7.0 (TID 403)] (Logging.scala:57) Finished task 181.0 in stage 7.0 (TID 403). 11411 bytes result sent to driver
15:03:51.655 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 182.0 in stage 7.0 (TID 404) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 182, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.656 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 181.0 in stage 7.0 (TID 403) in 32 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (182/200)
15:03:51.656 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Running task 182.0 in stage 7.0 (TID 404)
15:03:51.660 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.661 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.662 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.662 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.667 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.667 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.682 [INFO - Executor task launch worker for task 182.0 in stage 7.0 (TID 404)] (Logging.scala:57) Finished task 182.0 in stage 7.0 (TID 404). 11411 bytes result sent to driver
15:03:51.682 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 183.0 in stage 7.0 (TID 405) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 183, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.683 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 182.0 in stage 7.0 (TID 404) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (183/200)
15:03:51.683 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Running task 183.0 in stage 7.0 (TID 405)
15:03:51.688 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.688 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.690 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.690 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.695 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.695 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.709 [INFO - Executor task launch worker for task 183.0 in stage 7.0 (TID 405)] (Logging.scala:57) Finished task 183.0 in stage 7.0 (TID 405). 11411 bytes result sent to driver
15:03:51.710 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 184.0 in stage 7.0 (TID 406) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 184, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.710 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Running task 184.0 in stage 7.0 (TID 406)
15:03:51.710 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 183.0 in stage 7.0 (TID 405) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (184/200)
15:03:51.716 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.716 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.718 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.718 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.724 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.724 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.739 [INFO - Executor task launch worker for task 184.0 in stage 7.0 (TID 406)] (Logging.scala:57) Finished task 184.0 in stage 7.0 (TID 406). 11411 bytes result sent to driver
15:03:51.740 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 185.0 in stage 7.0 (TID 407) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 185, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.740 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Running task 185.0 in stage 7.0 (TID 407)
15:03:51.740 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 184.0 in stage 7.0 (TID 406) in 31 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (185/200)
15:03:51.746 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.747 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.749 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.749 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.756 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.756 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.777 [INFO - Executor task launch worker for task 185.0 in stage 7.0 (TID 407)] (Logging.scala:57) Finished task 185.0 in stage 7.0 (TID 407). 11411 bytes result sent to driver
15:03:51.778 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 186.0 in stage 7.0 (TID 408) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 186, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.778 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Running task 186.0 in stage 7.0 (TID 408)
15:03:51.779 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 185.0 in stage 7.0 (TID 407) in 40 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (186/200)
15:03:51.783 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Getting 4 (3.9 KiB) non-empty blocks including 4 (3.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.783 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.785 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.785 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.790 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.790 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.804 [INFO - Executor task launch worker for task 186.0 in stage 7.0 (TID 408)] (Logging.scala:57) Finished task 186.0 in stage 7.0 (TID 408). 11411 bytes result sent to driver
15:03:51.805 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 187.0 in stage 7.0 (TID 409) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 187, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.805 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Running task 187.0 in stage 7.0 (TID 409)
15:03:51.805 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 186.0 in stage 7.0 (TID 408) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (187/200)
15:03:51.810 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.810 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.812 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.812 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.818 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.818 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.833 [INFO - Executor task launch worker for task 187.0 in stage 7.0 (TID 409)] (Logging.scala:57) Finished task 187.0 in stage 7.0 (TID 409). 11411 bytes result sent to driver
15:03:51.833 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 188.0 in stage 7.0 (TID 410) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 188, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.834 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Running task 188.0 in stage 7.0 (TID 410)
15:03:51.834 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 187.0 in stage 7.0 (TID 409) in 30 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (188/200)
15:03:51.838 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.838 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.840 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.840 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.845 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Getting 4 (4.7 KiB) non-empty blocks including 4 (4.7 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.846 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.860 [INFO - Executor task launch worker for task 188.0 in stage 7.0 (TID 410)] (Logging.scala:57) Finished task 188.0 in stage 7.0 (TID 410). 11411 bytes result sent to driver
15:03:51.861 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 189.0 in stage 7.0 (TID 411) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 189, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.861 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Running task 189.0 in stage 7.0 (TID 411)
15:03:51.861 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 188.0 in stage 7.0 (TID 410) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (189/200)
15:03:51.866 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.866 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.868 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.868 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.873 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.873 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.902 [INFO - Executor task launch worker for task 189.0 in stage 7.0 (TID 411)] (Logging.scala:57) Finished task 189.0 in stage 7.0 (TID 411). 11454 bytes result sent to driver
15:03:51.903 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 190.0 in stage 7.0 (TID 412) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 190, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.904 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Running task 190.0 in stage 7.0 (TID 412)
15:03:51.904 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 189.0 in stage 7.0 (TID 411) in 43 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (190/200)
15:03:51.909 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.909 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.911 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Getting 4 (4.1 KiB) non-empty blocks including 4 (4.1 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.911 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.917 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.917 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.935 [INFO - Executor task launch worker for task 190.0 in stage 7.0 (TID 412)] (Logging.scala:57) Finished task 190.0 in stage 7.0 (TID 412). 11411 bytes result sent to driver
15:03:51.935 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 191.0 in stage 7.0 (TID 413) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 191, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.936 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Running task 191.0 in stage 7.0 (TID 413)
15:03:51.936 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 190.0 in stage 7.0 (TID 412) in 33 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (191/200)
15:03:51.940 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.940 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.942 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.942 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.947 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.947 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.963 [INFO - Executor task launch worker for task 191.0 in stage 7.0 (TID 413)] (Logging.scala:57) Finished task 191.0 in stage 7.0 (TID 413). 11411 bytes result sent to driver
15:03:51.964 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 192.0 in stage 7.0 (TID 414) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 192, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.964 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Running task 192.0 in stage 7.0 (TID 414)
15:03:51.964 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 191.0 in stage 7.0 (TID 413) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (192/200)
15:03:51.968 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.968 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.970 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.970 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.975 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.975 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.989 [INFO - Executor task launch worker for task 192.0 in stage 7.0 (TID 414)] (Logging.scala:57) Finished task 192.0 in stage 7.0 (TID 414). 11411 bytes result sent to driver
15:03:51.990 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 193.0 in stage 7.0 (TID 415) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 193, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:51.990 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Running task 193.0 in stage 7.0 (TID 415)
15:03:51.990 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 192.0 in stage 7.0 (TID 414) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (193/200)
15:03:51.995 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.995 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:51.997 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:51.997 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.003 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.003 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.022 [INFO - Executor task launch worker for task 193.0 in stage 7.0 (TID 415)] (Logging.scala:57) Finished task 193.0 in stage 7.0 (TID 415). 11411 bytes result sent to driver
15:03:52.023 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 194.0 in stage 7.0 (TID 416) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 194, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:52.023 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Running task 194.0 in stage 7.0 (TID 416)
15:03:52.023 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 193.0 in stage 7.0 (TID 415) in 34 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (194/200)
15:03:52.027 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.027 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.029 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Getting 4 (4.8 KiB) non-empty blocks including 4 (4.8 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.029 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.034 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Getting 4 (5.0 KiB) non-empty blocks including 4 (5.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.034 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.048 [INFO - Executor task launch worker for task 194.0 in stage 7.0 (TID 416)] (Logging.scala:57) Finished task 194.0 in stage 7.0 (TID 416). 11411 bytes result sent to driver
15:03:52.048 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 195.0 in stage 7.0 (TID 417) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 195, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:52.049 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Running task 195.0 in stage 7.0 (TID 417)
15:03:52.049 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 194.0 in stage 7.0 (TID 416) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (195/200)
15:03:52.053 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.053 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.055 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.055 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.059 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.060 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.074 [INFO - Executor task launch worker for task 195.0 in stage 7.0 (TID 417)] (Logging.scala:57) Finished task 195.0 in stage 7.0 (TID 417). 11411 bytes result sent to driver
15:03:52.075 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 196.0 in stage 7.0 (TID 418) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 196, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:52.075 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Running task 196.0 in stage 7.0 (TID 418)
15:03:52.075 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 195.0 in stage 7.0 (TID 417) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (196/200)
15:03:52.079 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Getting 4 (4.3 KiB) non-empty blocks including 4 (4.3 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.079 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.081 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.081 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.086 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Getting 4 (4.6 KiB) non-empty blocks including 4 (4.6 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.086 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.100 [INFO - Executor task launch worker for task 196.0 in stage 7.0 (TID 418)] (Logging.scala:57) Finished task 196.0 in stage 7.0 (TID 418). 11411 bytes result sent to driver
15:03:52.101 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 197.0 in stage 7.0 (TID 419) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 197, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:52.101 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Running task 197.0 in stage 7.0 (TID 419)
15:03:52.101 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 196.0 in stage 7.0 (TID 418) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (197/200)
15:03:52.106 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.106 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.108 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.108 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.114 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Getting 4 (4.9 KiB) non-empty blocks including 4 (4.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.114 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.128 [INFO - Executor task launch worker for task 197.0 in stage 7.0 (TID 419)] (Logging.scala:57) Finished task 197.0 in stage 7.0 (TID 419). 11411 bytes result sent to driver
15:03:52.129 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 198.0 in stage 7.0 (TID 420) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 198, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:52.129 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 197.0 in stage 7.0 (TID 419) in 29 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (198/200)
15:03:52.129 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Running task 198.0 in stage 7.0 (TID 420)
15:03:52.133 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.134 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.135 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.135 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.140 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Getting 4 (4.5 KiB) non-empty blocks including 4 (4.5 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.140 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.154 [INFO - Executor task launch worker for task 198.0 in stage 7.0 (TID 420)] (Logging.scala:57) Finished task 198.0 in stage 7.0 (TID 420). 11411 bytes result sent to driver
15:03:52.155 [INFO - dispatcher-event-loop-1] (Logging.scala:57) Starting task 199.0 in stage 7.0 (TID 421) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 199, NODE_LOCAL, 4775 bytes) taskResourceAssignments Map()
15:03:52.155 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Running task 199.0 in stage 7.0 (TID 421)
15:03:52.155 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 198.0 in stage 7.0 (TID 420) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (199/200)
15:03:52.159 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Getting 4 (4.2 KiB) non-empty blocks including 4 (4.2 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.159 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.161 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Getting 4 (4.0 KiB) non-empty blocks including 4 (4.0 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.161 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.165 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Getting 4 (4.4 KiB) non-empty blocks including 4 (4.4 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.165 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.180 [INFO - Executor task launch worker for task 199.0 in stage 7.0 (TID 421)] (Logging.scala:57) Finished task 199.0 in stage 7.0 (TID 421). 11411 bytes result sent to driver
15:03:52.181 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 199.0 in stage 7.0 (TID 421) in 27 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (200/200)
15:03:52.182 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 7.0, whose tasks have all completed, from pool 
15:03:52.182 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ShuffleMapStage 7 (collect at IntegrationTestBigLinkedList.scala:421) finished in 7.080 s
15:03:52.182 [INFO - dag-scheduler-event-loop] (Logging.scala:57) looking for newly runnable stages
15:03:52.183 [INFO - dag-scheduler-event-loop] (Logging.scala:57) running: Set()
15:03:52.183 [INFO - dag-scheduler-event-loop] (Logging.scala:57) waiting: Set(ResultStage 8)
15:03:52.183 [INFO - dag-scheduler-event-loop] (Logging.scala:57) failed: Set()
15:03:52.184 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting ResultStage 8 (MapPartitionsRDD[44] at collect at IntegrationTestBigLinkedList.scala:421), which has no missing parents
15:03:52.206 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8 stored as values in memory (estimated size 87.9 KiB, free 1993.7 MiB)
15:03:52.208 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Block broadcast_8_piece0 stored as bytes in memory (estimated size 33.8 KiB, free 1993.6 MiB)
15:03:52.209 [INFO - dispatcher-BlockManagerMaster] (Logging.scala:57) Added broadcast_8_piece0 in memory on dist-test-slave-7vjv.c.gcp-upstream.internal:40007 (size: 33.8 KiB, free: 1993.8 MiB)
15:03:52.210 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Created broadcast 8 from broadcast at DAGScheduler.scala:1388
15:03:52.211 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Submitting 400 missing tasks from ResultStage 8 (MapPartitionsRDD[44] at collect at IntegrationTestBigLinkedList.scala:421) (first 15 tasks are for partitions Vector(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14))
15:03:52.211 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Adding task set 8.0 with 400 tasks resource profile 0
15:03:52.217 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 5.0 in stage 8.0 (TID 422) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 5, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.217 [INFO - Executor task launch worker for task 5.0 in stage 8.0 (TID 422)] (Logging.scala:57) Running task 5.0 in stage 8.0 (TID 422)
15:03:52.235 [INFO - Executor task launch worker for task 5.0 in stage 8.0 (TID 422)] (Logging.scala:57) Getting 2 (120.0 B) non-empty blocks including 2 (120.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.235 [INFO - Executor task launch worker for task 5.0 in stage 8.0 (TID 422)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.240 [INFO - Executor task launch worker for task 5.0 in stage 8.0 (TID 422)] (Logging.scala:57) Finished task 5.0 in stage 8.0 (TID 422). 15728 bytes result sent to driver
15:03:52.241 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 69.0 in stage 8.0 (TID 423) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 69, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.242 [INFO - Executor task launch worker for task 69.0 in stage 8.0 (TID 423)] (Logging.scala:57) Running task 69.0 in stage 8.0 (TID 423)
15:03:52.242 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 5.0 in stage 8.0 (TID 422) in 28 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (1/400)
15:03:52.247 [INFO - Executor task launch worker for task 69.0 in stage 8.0 (TID 423)] (Logging.scala:57) Getting 200 (12.9 KiB) non-empty blocks including 200 (12.9 KiB) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.247 [INFO - Executor task launch worker for task 69.0 in stage 8.0 (TID 423)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.266 [INFO - Executor task launch worker for task 69.0 in stage 8.0 (TID 423)] (Logging.scala:57) Finished task 69.0 in stage 8.0 (TID 423). 15729 bytes result sent to driver
15:03:52.267 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 128.0 in stage 8.0 (TID 424) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 128, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.267 [INFO - Executor task launch worker for task 128.0 in stage 8.0 (TID 424)] (Logging.scala:57) Running task 128.0 in stage 8.0 (TID 424)
15:03:52.267 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 69.0 in stage 8.0 (TID 423) in 26 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (2/400)
15:03:52.272 [INFO - Executor task launch worker for task 128.0 in stage 8.0 (TID 424)] (Logging.scala:57) Getting 1 (66.0 B) non-empty blocks including 1 (66.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.272 [INFO - Executor task launch worker for task 128.0 in stage 8.0 (TID 424)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.275 [INFO - Executor task launch worker for task 128.0 in stage 8.0 (TID 424)] (Logging.scala:57) Finished task 128.0 in stage 8.0 (TID 424). 15728 bytes result sent to driver
15:03:52.276 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 386.0 in stage 8.0 (TID 425) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 386, NODE_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.276 [INFO - Executor task launch worker for task 386.0 in stage 8.0 (TID 425)] (Logging.scala:57) Running task 386.0 in stage 8.0 (TID 425)
15:03:52.276 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 128.0 in stage 8.0 (TID 424) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (3/400)
15:03:52.282 [INFO - Executor task launch worker for task 386.0 in stage 8.0 (TID 425)] (Logging.scala:57) Getting 1 (80.0 B) non-empty blocks including 1 (80.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.282 [INFO - Executor task launch worker for task 386.0 in stage 8.0 (TID 425)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.287 [INFO - Executor task launch worker for task 386.0 in stage 8.0 (TID 425)] (Logging.scala:57) Finished task 386.0 in stage 8.0 (TID 425). 15728 bytes result sent to driver
15:03:52.288 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 0.0 in stage 8.0 (TID 426) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 0, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.289 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 386.0 in stage 8.0 (TID 425) in 14 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (4/400)
15:03:52.289 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 426)] (Logging.scala:57) Running task 0.0 in stage 8.0 (TID 426)
15:03:52.297 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 426)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.297 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 426)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.299 [INFO - Executor task launch worker for task 0.0 in stage 8.0 (TID 426)] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 426). 15690 bytes result sent to driver
15:03:52.300 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 1.0 in stage 8.0 (TID 427) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 1, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.300 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 427)] (Logging.scala:57) Running task 1.0 in stage 8.0 (TID 427)
15:03:52.301 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 0.0 in stage 8.0 (TID 426) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (5/400)
15:03:52.305 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 427)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.305 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 427)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.307 [INFO - Executor task launch worker for task 1.0 in stage 8.0 (TID 427)] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 427). 15690 bytes result sent to driver
15:03:52.308 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 2.0 in stage 8.0 (TID 428) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 2, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.309 [INFO - Executor task launch worker for task 2.0 in stage 8.0 (TID 428)] (Logging.scala:57) Running task 2.0 in stage 8.0 (TID 428)
15:03:52.309 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 1.0 in stage 8.0 (TID 427) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (6/400)
15:03:52.314 [INFO - Executor task launch worker for task 2.0 in stage 8.0 (TID 428)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.314 [INFO - Executor task launch worker for task 2.0 in stage 8.0 (TID 428)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.317 [INFO - Executor task launch worker for task 2.0 in stage 8.0 (TID 428)] (Logging.scala:57) Finished task 2.0 in stage 8.0 (TID 428). 15690 bytes result sent to driver
15:03:52.317 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 3.0 in stage 8.0 (TID 429) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 3, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.318 [INFO - Executor task launch worker for task 3.0 in stage 8.0 (TID 429)] (Logging.scala:57) Running task 3.0 in stage 8.0 (TID 429)
15:03:52.318 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 2.0 in stage 8.0 (TID 428) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (7/400)
15:03:52.322 [INFO - Executor task launch worker for task 3.0 in stage 8.0 (TID 429)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.322 [INFO - Executor task launch worker for task 3.0 in stage 8.0 (TID 429)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.325 [INFO - Executor task launch worker for task 3.0 in stage 8.0 (TID 429)] (Logging.scala:57) Finished task 3.0 in stage 8.0 (TID 429). 15690 bytes result sent to driver
15:03:52.325 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 4.0 in stage 8.0 (TID 430) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 4, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.326 [INFO - Executor task launch worker for task 4.0 in stage 8.0 (TID 430)] (Logging.scala:57) Running task 4.0 in stage 8.0 (TID 430)
15:03:52.326 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 3.0 in stage 8.0 (TID 429) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (8/400)
15:03:52.332 [INFO - Executor task launch worker for task 4.0 in stage 8.0 (TID 430)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.332 [INFO - Executor task launch worker for task 4.0 in stage 8.0 (TID 430)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.335 [INFO - Executor task launch worker for task 4.0 in stage 8.0 (TID 430)] (Logging.scala:57) Finished task 4.0 in stage 8.0 (TID 430). 15690 bytes result sent to driver
15:03:52.336 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 6.0 in stage 8.0 (TID 431) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 6, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.337 [INFO - Executor task launch worker for task 6.0 in stage 8.0 (TID 431)] (Logging.scala:57) Running task 6.0 in stage 8.0 (TID 431)
15:03:52.338 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 4.0 in stage 8.0 (TID 430) in 13 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (9/400)
15:03:52.345 [INFO - Executor task launch worker for task 6.0 in stage 8.0 (TID 431)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.345 [INFO - Executor task launch worker for task 6.0 in stage 8.0 (TID 431)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.348 [INFO - Executor task launch worker for task 6.0 in stage 8.0 (TID 431)] (Logging.scala:57) Finished task 6.0 in stage 8.0 (TID 431). 15690 bytes result sent to driver
15:03:52.348 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 7.0 in stage 8.0 (TID 432) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 7, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.349 [INFO - Executor task launch worker for task 7.0 in stage 8.0 (TID 432)] (Logging.scala:57) Running task 7.0 in stage 8.0 (TID 432)
15:03:52.349 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 6.0 in stage 8.0 (TID 431) in 13 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (10/400)
15:03:52.354 [INFO - Executor task launch worker for task 7.0 in stage 8.0 (TID 432)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.354 [INFO - Executor task launch worker for task 7.0 in stage 8.0 (TID 432)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.357 [INFO - Executor task launch worker for task 7.0 in stage 8.0 (TID 432)] (Logging.scala:57) Finished task 7.0 in stage 8.0 (TID 432). 15690 bytes result sent to driver
15:03:52.358 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 8.0 in stage 8.0 (TID 433) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 8, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.358 [INFO - Executor task launch worker for task 8.0 in stage 8.0 (TID 433)] (Logging.scala:57) Running task 8.0 in stage 8.0 (TID 433)
15:03:52.358 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 7.0 in stage 8.0 (TID 432) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (11/400)
15:03:52.362 [INFO - Executor task launch worker for task 8.0 in stage 8.0 (TID 433)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.362 [INFO - Executor task launch worker for task 8.0 in stage 8.0 (TID 433)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.364 [INFO - Executor task launch worker for task 8.0 in stage 8.0 (TID 433)] (Logging.scala:57) Finished task 8.0 in stage 8.0 (TID 433). 15690 bytes result sent to driver
15:03:52.365 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 9.0 in stage 8.0 (TID 434) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 9, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.365 [INFO - Executor task launch worker for task 9.0 in stage 8.0 (TID 434)] (Logging.scala:57) Running task 9.0 in stage 8.0 (TID 434)
15:03:52.365 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 8.0 in stage 8.0 (TID 433) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (12/400)
15:03:52.371 [INFO - Executor task launch worker for task 9.0 in stage 8.0 (TID 434)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.371 [INFO - Executor task launch worker for task 9.0 in stage 8.0 (TID 434)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.373 [INFO - Executor task launch worker for task 9.0 in stage 8.0 (TID 434)] (Logging.scala:57) Finished task 9.0 in stage 8.0 (TID 434). 15690 bytes result sent to driver
15:03:52.374 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 10.0 in stage 8.0 (TID 435) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 10, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.374 [INFO - Executor task launch worker for task 10.0 in stage 8.0 (TID 435)] (Logging.scala:57) Running task 10.0 in stage 8.0 (TID 435)
15:03:52.375 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 9.0 in stage 8.0 (TID 434) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (13/400)
15:03:52.380 [INFO - Executor task launch worker for task 10.0 in stage 8.0 (TID 435)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.380 [INFO - Executor task launch worker for task 10.0 in stage 8.0 (TID 435)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.382 [INFO - Executor task launch worker for task 10.0 in stage 8.0 (TID 435)] (Logging.scala:57) Finished task 10.0 in stage 8.0 (TID 435). 15690 bytes result sent to driver
15:03:52.383 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 11.0 in stage 8.0 (TID 436) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 11, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.383 [INFO - Executor task launch worker for task 11.0 in stage 8.0 (TID 436)] (Logging.scala:57) Running task 11.0 in stage 8.0 (TID 436)
15:03:52.384 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 10.0 in stage 8.0 (TID 435) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (14/400)
15:03:52.388 [INFO - Executor task launch worker for task 11.0 in stage 8.0 (TID 436)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.388 [INFO - Executor task launch worker for task 11.0 in stage 8.0 (TID 436)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.391 [INFO - Executor task launch worker for task 11.0 in stage 8.0 (TID 436)] (Logging.scala:57) Finished task 11.0 in stage 8.0 (TID 436). 15690 bytes result sent to driver
15:03:52.392 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 12.0 in stage 8.0 (TID 437) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 12, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.392 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 11.0 in stage 8.0 (TID 436) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (15/400)
15:03:52.393 [INFO - Executor task launch worker for task 12.0 in stage 8.0 (TID 437)] (Logging.scala:57) Running task 12.0 in stage 8.0 (TID 437)
15:03:52.397 [INFO - Executor task launch worker for task 12.0 in stage 8.0 (TID 437)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.397 [INFO - Executor task launch worker for task 12.0 in stage 8.0 (TID 437)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.399 [INFO - Executor task launch worker for task 12.0 in stage 8.0 (TID 437)] (Logging.scala:57) Finished task 12.0 in stage 8.0 (TID 437). 15690 bytes result sent to driver
15:03:52.400 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 13.0 in stage 8.0 (TID 438) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 13, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.400 [INFO - Executor task launch worker for task 13.0 in stage 8.0 (TID 438)] (Logging.scala:57) Running task 13.0 in stage 8.0 (TID 438)
15:03:52.400 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 12.0 in stage 8.0 (TID 437) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (16/400)
15:03:52.405 [INFO - Executor task launch worker for task 13.0 in stage 8.0 (TID 438)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.405 [INFO - Executor task launch worker for task 13.0 in stage 8.0 (TID 438)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.407 [INFO - Executor task launch worker for task 13.0 in stage 8.0 (TID 438)] (Logging.scala:57) Finished task 13.0 in stage 8.0 (TID 438). 15690 bytes result sent to driver
15:03:52.408 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 14.0 in stage 8.0 (TID 439) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 14, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.408 [INFO - Executor task launch worker for task 14.0 in stage 8.0 (TID 439)] (Logging.scala:57) Running task 14.0 in stage 8.0 (TID 439)
15:03:52.408 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 13.0 in stage 8.0 (TID 438) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (17/400)
15:03:52.412 [INFO - Executor task launch worker for task 14.0 in stage 8.0 (TID 439)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.412 [INFO - Executor task launch worker for task 14.0 in stage 8.0 (TID 439)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.414 [INFO - Executor task launch worker for task 14.0 in stage 8.0 (TID 439)] (Logging.scala:57) Finished task 14.0 in stage 8.0 (TID 439). 15690 bytes result sent to driver
15:03:52.415 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 15.0 in stage 8.0 (TID 440) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 15, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.415 [INFO - Executor task launch worker for task 15.0 in stage 8.0 (TID 440)] (Logging.scala:57) Running task 15.0 in stage 8.0 (TID 440)
15:03:52.415 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 14.0 in stage 8.0 (TID 439) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (18/400)
15:03:52.421 [INFO - Executor task launch worker for task 15.0 in stage 8.0 (TID 440)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.421 [INFO - Executor task launch worker for task 15.0 in stage 8.0 (TID 440)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.423 [INFO - Executor task launch worker for task 15.0 in stage 8.0 (TID 440)] (Logging.scala:57) Finished task 15.0 in stage 8.0 (TID 440). 15690 bytes result sent to driver
15:03:52.424 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 16.0 in stage 8.0 (TID 441) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 16, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.424 [INFO - Executor task launch worker for task 16.0 in stage 8.0 (TID 441)] (Logging.scala:57) Running task 16.0 in stage 8.0 (TID 441)
15:03:52.424 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 15.0 in stage 8.0 (TID 440) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (19/400)
15:03:52.428 [INFO - Executor task launch worker for task 16.0 in stage 8.0 (TID 441)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.429 [INFO - Executor task launch worker for task 16.0 in stage 8.0 (TID 441)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.430 [INFO - Executor task launch worker for task 16.0 in stage 8.0 (TID 441)] (Logging.scala:57) Finished task 16.0 in stage 8.0 (TID 441). 15690 bytes result sent to driver
15:03:52.431 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 17.0 in stage 8.0 (TID 442) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 17, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.431 [INFO - Executor task launch worker for task 17.0 in stage 8.0 (TID 442)] (Logging.scala:57) Running task 17.0 in stage 8.0 (TID 442)
15:03:52.432 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 16.0 in stage 8.0 (TID 441) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (20/400)
15:03:52.435 [INFO - Executor task launch worker for task 17.0 in stage 8.0 (TID 442)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.435 [INFO - Executor task launch worker for task 17.0 in stage 8.0 (TID 442)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.438 [INFO - Executor task launch worker for task 17.0 in stage 8.0 (TID 442)] (Logging.scala:57) Finished task 17.0 in stage 8.0 (TID 442). 15690 bytes result sent to driver
15:03:52.438 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 18.0 in stage 8.0 (TID 443) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 18, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.439 [INFO - Executor task launch worker for task 18.0 in stage 8.0 (TID 443)] (Logging.scala:57) Running task 18.0 in stage 8.0 (TID 443)
15:03:52.439 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 17.0 in stage 8.0 (TID 442) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (21/400)
15:03:52.443 [INFO - Executor task launch worker for task 18.0 in stage 8.0 (TID 443)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.443 [INFO - Executor task launch worker for task 18.0 in stage 8.0 (TID 443)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.445 [INFO - Executor task launch worker for task 18.0 in stage 8.0 (TID 443)] (Logging.scala:57) Finished task 18.0 in stage 8.0 (TID 443). 15690 bytes result sent to driver
15:03:52.445 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 19.0 in stage 8.0 (TID 444) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 19, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.446 [INFO - Executor task launch worker for task 19.0 in stage 8.0 (TID 444)] (Logging.scala:57) Running task 19.0 in stage 8.0 (TID 444)
15:03:52.446 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 18.0 in stage 8.0 (TID 443) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (22/400)
15:03:52.451 [INFO - Executor task launch worker for task 19.0 in stage 8.0 (TID 444)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.452 [INFO - Executor task launch worker for task 19.0 in stage 8.0 (TID 444)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.454 [INFO - Executor task launch worker for task 19.0 in stage 8.0 (TID 444)] (Logging.scala:57) Finished task 19.0 in stage 8.0 (TID 444). 15690 bytes result sent to driver
15:03:52.455 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 20.0 in stage 8.0 (TID 445) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 20, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.455 [INFO - Executor task launch worker for task 20.0 in stage 8.0 (TID 445)] (Logging.scala:57) Running task 20.0 in stage 8.0 (TID 445)
15:03:52.456 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 19.0 in stage 8.0 (TID 444) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (23/400)
15:03:52.460 [INFO - Executor task launch worker for task 20.0 in stage 8.0 (TID 445)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.460 [INFO - Executor task launch worker for task 20.0 in stage 8.0 (TID 445)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.462 [INFO - Executor task launch worker for task 20.0 in stage 8.0 (TID 445)] (Logging.scala:57) Finished task 20.0 in stage 8.0 (TID 445). 15690 bytes result sent to driver
15:03:52.463 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 21.0 in stage 8.0 (TID 446) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 21, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.463 [INFO - Executor task launch worker for task 21.0 in stage 8.0 (TID 446)] (Logging.scala:57) Running task 21.0 in stage 8.0 (TID 446)
15:03:52.464 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 20.0 in stage 8.0 (TID 445) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (24/400)
15:03:52.467 [INFO - Executor task launch worker for task 21.0 in stage 8.0 (TID 446)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.467 [INFO - Executor task launch worker for task 21.0 in stage 8.0 (TID 446)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.470 [INFO - Executor task launch worker for task 21.0 in stage 8.0 (TID 446)] (Logging.scala:57) Finished task 21.0 in stage 8.0 (TID 446). 15690 bytes result sent to driver
15:03:52.471 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 22.0 in stage 8.0 (TID 447) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 22, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.471 [INFO - Executor task launch worker for task 22.0 in stage 8.0 (TID 447)] (Logging.scala:57) Running task 22.0 in stage 8.0 (TID 447)
15:03:52.471 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 21.0 in stage 8.0 (TID 446) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (25/400)
15:03:52.477 [INFO - Executor task launch worker for task 22.0 in stage 8.0 (TID 447)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.477 [INFO - Executor task launch worker for task 22.0 in stage 8.0 (TID 447)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.479 [INFO - Executor task launch worker for task 22.0 in stage 8.0 (TID 447)] (Logging.scala:57) Finished task 22.0 in stage 8.0 (TID 447). 15690 bytes result sent to driver
15:03:52.480 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 23.0 in stage 8.0 (TID 448) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 23, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.481 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 22.0 in stage 8.0 (TID 447) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (26/400)
15:03:52.481 [INFO - Executor task launch worker for task 23.0 in stage 8.0 (TID 448)] (Logging.scala:57) Running task 23.0 in stage 8.0 (TID 448)
15:03:52.485 [INFO - Executor task launch worker for task 23.0 in stage 8.0 (TID 448)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.485 [INFO - Executor task launch worker for task 23.0 in stage 8.0 (TID 448)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.488 [INFO - Executor task launch worker for task 23.0 in stage 8.0 (TID 448)] (Logging.scala:57) Finished task 23.0 in stage 8.0 (TID 448). 15690 bytes result sent to driver
15:03:52.488 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 24.0 in stage 8.0 (TID 449) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 24, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.489 [INFO - Executor task launch worker for task 24.0 in stage 8.0 (TID 449)] (Logging.scala:57) Running task 24.0 in stage 8.0 (TID 449)
15:03:52.489 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 23.0 in stage 8.0 (TID 448) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (27/400)
15:03:52.493 [INFO - Executor task launch worker for task 24.0 in stage 8.0 (TID 449)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.493 [INFO - Executor task launch worker for task 24.0 in stage 8.0 (TID 449)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.495 [INFO - Executor task launch worker for task 24.0 in stage 8.0 (TID 449)] (Logging.scala:57) Finished task 24.0 in stage 8.0 (TID 449). 15690 bytes result sent to driver
15:03:52.496 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 25.0 in stage 8.0 (TID 450) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 25, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.497 [INFO - Executor task launch worker for task 25.0 in stage 8.0 (TID 450)] (Logging.scala:57) Running task 25.0 in stage 8.0 (TID 450)
15:03:52.497 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 24.0 in stage 8.0 (TID 449) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (28/400)
15:03:52.502 [INFO - Executor task launch worker for task 25.0 in stage 8.0 (TID 450)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.502 [INFO - Executor task launch worker for task 25.0 in stage 8.0 (TID 450)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.505 [INFO - Executor task launch worker for task 25.0 in stage 8.0 (TID 450)] (Logging.scala:57) Finished task 25.0 in stage 8.0 (TID 450). 15690 bytes result sent to driver
15:03:52.506 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 26.0 in stage 8.0 (TID 451) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 26, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.506 [INFO - Executor task launch worker for task 26.0 in stage 8.0 (TID 451)] (Logging.scala:57) Running task 26.0 in stage 8.0 (TID 451)
15:03:52.506 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 25.0 in stage 8.0 (TID 450) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (29/400)
15:03:52.510 [INFO - Executor task launch worker for task 26.0 in stage 8.0 (TID 451)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.510 [INFO - Executor task launch worker for task 26.0 in stage 8.0 (TID 451)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.512 [INFO - Executor task launch worker for task 26.0 in stage 8.0 (TID 451)] (Logging.scala:57) Finished task 26.0 in stage 8.0 (TID 451). 15690 bytes result sent to driver
15:03:52.512 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 27.0 in stage 8.0 (TID 452) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 27, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.513 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 26.0 in stage 8.0 (TID 451) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (30/400)
15:03:52.513 [INFO - Executor task launch worker for task 27.0 in stage 8.0 (TID 452)] (Logging.scala:57) Running task 27.0 in stage 8.0 (TID 452)
15:03:52.517 [INFO - Executor task launch worker for task 27.0 in stage 8.0 (TID 452)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.517 [INFO - Executor task launch worker for task 27.0 in stage 8.0 (TID 452)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.519 [INFO - Executor task launch worker for task 27.0 in stage 8.0 (TID 452)] (Logging.scala:57) Finished task 27.0 in stage 8.0 (TID 452). 15690 bytes result sent to driver
15:03:52.520 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 28.0 in stage 8.0 (TID 453) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 28, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.520 [INFO - Executor task launch worker for task 28.0 in stage 8.0 (TID 453)] (Logging.scala:57) Running task 28.0 in stage 8.0 (TID 453)
15:03:52.520 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 27.0 in stage 8.0 (TID 452) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (31/400)
15:03:52.524 [INFO - Executor task launch worker for task 28.0 in stage 8.0 (TID 453)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.524 [INFO - Executor task launch worker for task 28.0 in stage 8.0 (TID 453)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.526 [INFO - Executor task launch worker for task 28.0 in stage 8.0 (TID 453)] (Logging.scala:57) Finished task 28.0 in stage 8.0 (TID 453). 15690 bytes result sent to driver
15:03:52.527 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 29.0 in stage 8.0 (TID 454) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 29, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.527 [INFO - Executor task launch worker for task 29.0 in stage 8.0 (TID 454)] (Logging.scala:57) Running task 29.0 in stage 8.0 (TID 454)
15:03:52.527 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 28.0 in stage 8.0 (TID 453) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (32/400)
15:03:52.531 [INFO - Executor task launch worker for task 29.0 in stage 8.0 (TID 454)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.531 [INFO - Executor task launch worker for task 29.0 in stage 8.0 (TID 454)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.533 [INFO - Executor task launch worker for task 29.0 in stage 8.0 (TID 454)] (Logging.scala:57) Finished task 29.0 in stage 8.0 (TID 454). 15690 bytes result sent to driver
15:03:52.534 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 30.0 in stage 8.0 (TID 455) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 30, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.534 [INFO - Executor task launch worker for task 30.0 in stage 8.0 (TID 455)] (Logging.scala:57) Running task 30.0 in stage 8.0 (TID 455)
15:03:52.534 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 29.0 in stage 8.0 (TID 454) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (33/400)
15:03:52.540 [INFO - Executor task launch worker for task 30.0 in stage 8.0 (TID 455)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.540 [INFO - Executor task launch worker for task 30.0 in stage 8.0 (TID 455)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.543 [INFO - Executor task launch worker for task 30.0 in stage 8.0 (TID 455)] (Logging.scala:57) Finished task 30.0 in stage 8.0 (TID 455). 15690 bytes result sent to driver
15:03:52.544 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 31.0 in stage 8.0 (TID 456) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 31, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.544 [INFO - Executor task launch worker for task 31.0 in stage 8.0 (TID 456)] (Logging.scala:57) Running task 31.0 in stage 8.0 (TID 456)
15:03:52.544 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 30.0 in stage 8.0 (TID 455) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (34/400)
15:03:52.550 [INFO - Executor task launch worker for task 31.0 in stage 8.0 (TID 456)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.550 [INFO - Executor task launch worker for task 31.0 in stage 8.0 (TID 456)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.553 [INFO - Executor task launch worker for task 31.0 in stage 8.0 (TID 456)] (Logging.scala:57) Finished task 31.0 in stage 8.0 (TID 456). 15690 bytes result sent to driver
15:03:52.554 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 32.0 in stage 8.0 (TID 457) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 32, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.554 [INFO - Executor task launch worker for task 32.0 in stage 8.0 (TID 457)] (Logging.scala:57) Running task 32.0 in stage 8.0 (TID 457)
15:03:52.554 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 31.0 in stage 8.0 (TID 456) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (35/400)
15:03:52.558 [INFO - Executor task launch worker for task 32.0 in stage 8.0 (TID 457)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.559 [INFO - Executor task launch worker for task 32.0 in stage 8.0 (TID 457)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.561 [INFO - Executor task launch worker for task 32.0 in stage 8.0 (TID 457)] (Logging.scala:57) Finished task 32.0 in stage 8.0 (TID 457). 15690 bytes result sent to driver
15:03:52.561 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 33.0 in stage 8.0 (TID 458) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 33, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.562 [INFO - Executor task launch worker for task 33.0 in stage 8.0 (TID 458)] (Logging.scala:57) Running task 33.0 in stage 8.0 (TID 458)
15:03:52.562 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 32.0 in stage 8.0 (TID 457) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (36/400)
15:03:52.567 [INFO - Executor task launch worker for task 33.0 in stage 8.0 (TID 458)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.567 [INFO - Executor task launch worker for task 33.0 in stage 8.0 (TID 458)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.570 [INFO - Executor task launch worker for task 33.0 in stage 8.0 (TID 458)] (Logging.scala:57) Finished task 33.0 in stage 8.0 (TID 458). 15690 bytes result sent to driver
15:03:52.571 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 34.0 in stage 8.0 (TID 459) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 34, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.571 [INFO - Executor task launch worker for task 34.0 in stage 8.0 (TID 459)] (Logging.scala:57) Running task 34.0 in stage 8.0 (TID 459)
15:03:52.571 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 33.0 in stage 8.0 (TID 458) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (37/400)
15:03:52.575 [INFO - Executor task launch worker for task 34.0 in stage 8.0 (TID 459)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.575 [INFO - Executor task launch worker for task 34.0 in stage 8.0 (TID 459)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.577 [INFO - Executor task launch worker for task 34.0 in stage 8.0 (TID 459)] (Logging.scala:57) Finished task 34.0 in stage 8.0 (TID 459). 15690 bytes result sent to driver
15:03:52.578 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 35.0 in stage 8.0 (TID 460) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 35, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.578 [INFO - Executor task launch worker for task 35.0 in stage 8.0 (TID 460)] (Logging.scala:57) Running task 35.0 in stage 8.0 (TID 460)
15:03:52.578 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 34.0 in stage 8.0 (TID 459) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (38/400)
15:03:52.584 [INFO - Executor task launch worker for task 35.0 in stage 8.0 (TID 460)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.584 [INFO - Executor task launch worker for task 35.0 in stage 8.0 (TID 460)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.587 [INFO - Executor task launch worker for task 35.0 in stage 8.0 (TID 460)] (Logging.scala:57) Finished task 35.0 in stage 8.0 (TID 460). 15690 bytes result sent to driver
15:03:52.587 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 36.0 in stage 8.0 (TID 461) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 36, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.588 [INFO - Executor task launch worker for task 36.0 in stage 8.0 (TID 461)] (Logging.scala:57) Running task 36.0 in stage 8.0 (TID 461)
15:03:52.588 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 35.0 in stage 8.0 (TID 460) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (39/400)
15:03:52.592 [INFO - Executor task launch worker for task 36.0 in stage 8.0 (TID 461)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.592 [INFO - Executor task launch worker for task 36.0 in stage 8.0 (TID 461)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.594 [INFO - Executor task launch worker for task 36.0 in stage 8.0 (TID 461)] (Logging.scala:57) Finished task 36.0 in stage 8.0 (TID 461). 15690 bytes result sent to driver
15:03:52.595 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 37.0 in stage 8.0 (TID 462) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 37, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.595 [INFO - Executor task launch worker for task 37.0 in stage 8.0 (TID 462)] (Logging.scala:57) Running task 37.0 in stage 8.0 (TID 462)
15:03:52.595 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 36.0 in stage 8.0 (TID 461) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (40/400)
15:03:52.601 [INFO - Executor task launch worker for task 37.0 in stage 8.0 (TID 462)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.601 [INFO - Executor task launch worker for task 37.0 in stage 8.0 (TID 462)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.603 [INFO - Executor task launch worker for task 37.0 in stage 8.0 (TID 462)] (Logging.scala:57) Finished task 37.0 in stage 8.0 (TID 462). 15690 bytes result sent to driver
15:03:52.604 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 38.0 in stage 8.0 (TID 463) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 38, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.604 [INFO - Executor task launch worker for task 38.0 in stage 8.0 (TID 463)] (Logging.scala:57) Running task 38.0 in stage 8.0 (TID 463)
15:03:52.604 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 37.0 in stage 8.0 (TID 462) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (41/400)
15:03:52.609 [INFO - Executor task launch worker for task 38.0 in stage 8.0 (TID 463)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.609 [INFO - Executor task launch worker for task 38.0 in stage 8.0 (TID 463)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.611 [INFO - Executor task launch worker for task 38.0 in stage 8.0 (TID 463)] (Logging.scala:57) Finished task 38.0 in stage 8.0 (TID 463). 15690 bytes result sent to driver
15:03:52.612 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 39.0 in stage 8.0 (TID 464) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 39, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.612 [INFO - Executor task launch worker for task 39.0 in stage 8.0 (TID 464)] (Logging.scala:57) Running task 39.0 in stage 8.0 (TID 464)
15:03:52.612 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 38.0 in stage 8.0 (TID 463) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (42/400)
15:03:52.618 [INFO - Executor task launch worker for task 39.0 in stage 8.0 (TID 464)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.618 [INFO - Executor task launch worker for task 39.0 in stage 8.0 (TID 464)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.621 [INFO - Executor task launch worker for task 39.0 in stage 8.0 (TID 464)] (Logging.scala:57) Finished task 39.0 in stage 8.0 (TID 464). 15690 bytes result sent to driver
15:03:52.622 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 40.0 in stage 8.0 (TID 465) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 40, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.623 [INFO - Executor task launch worker for task 40.0 in stage 8.0 (TID 465)] (Logging.scala:57) Running task 40.0 in stage 8.0 (TID 465)
15:03:52.623 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 39.0 in stage 8.0 (TID 464) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (43/400)
15:03:52.628 [INFO - Executor task launch worker for task 40.0 in stage 8.0 (TID 465)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.628 [INFO - Executor task launch worker for task 40.0 in stage 8.0 (TID 465)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.630 [INFO - Executor task launch worker for task 40.0 in stage 8.0 (TID 465)] (Logging.scala:57) Finished task 40.0 in stage 8.0 (TID 465). 15690 bytes result sent to driver
15:03:52.631 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 41.0 in stage 8.0 (TID 466) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 41, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.631 [INFO - Executor task launch worker for task 41.0 in stage 8.0 (TID 466)] (Logging.scala:57) Running task 41.0 in stage 8.0 (TID 466)
15:03:52.631 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 40.0 in stage 8.0 (TID 465) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (44/400)
15:03:52.635 [INFO - Executor task launch worker for task 41.0 in stage 8.0 (TID 466)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.635 [INFO - Executor task launch worker for task 41.0 in stage 8.0 (TID 466)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.637 [INFO - Executor task launch worker for task 41.0 in stage 8.0 (TID 466)] (Logging.scala:57) Finished task 41.0 in stage 8.0 (TID 466). 15690 bytes result sent to driver
15:03:52.638 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 42.0 in stage 8.0 (TID 467) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 42, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.638 [INFO - Executor task launch worker for task 42.0 in stage 8.0 (TID 467)] (Logging.scala:57) Running task 42.0 in stage 8.0 (TID 467)
15:03:52.639 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 41.0 in stage 8.0 (TID 466) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (45/400)
15:03:52.644 [INFO - Executor task launch worker for task 42.0 in stage 8.0 (TID 467)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.645 [INFO - Executor task launch worker for task 42.0 in stage 8.0 (TID 467)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.647 [INFO - Executor task launch worker for task 42.0 in stage 8.0 (TID 467)] (Logging.scala:57) Finished task 42.0 in stage 8.0 (TID 467). 15690 bytes result sent to driver
15:03:52.648 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 43.0 in stage 8.0 (TID 468) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 43, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.649 [INFO - Executor task launch worker for task 43.0 in stage 8.0 (TID 468)] (Logging.scala:57) Running task 43.0 in stage 8.0 (TID 468)
15:03:52.649 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 42.0 in stage 8.0 (TID 467) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (46/400)
15:03:52.653 [INFO - Executor task launch worker for task 43.0 in stage 8.0 (TID 468)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.653 [INFO - Executor task launch worker for task 43.0 in stage 8.0 (TID 468)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.655 [INFO - Executor task launch worker for task 43.0 in stage 8.0 (TID 468)] (Logging.scala:57) Finished task 43.0 in stage 8.0 (TID 468). 15690 bytes result sent to driver
15:03:52.656 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 44.0 in stage 8.0 (TID 469) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 44, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.656 [INFO - Executor task launch worker for task 44.0 in stage 8.0 (TID 469)] (Logging.scala:57) Running task 44.0 in stage 8.0 (TID 469)
15:03:52.657 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 43.0 in stage 8.0 (TID 468) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (47/400)
15:03:52.660 [INFO - Executor task launch worker for task 44.0 in stage 8.0 (TID 469)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.661 [INFO - Executor task launch worker for task 44.0 in stage 8.0 (TID 469)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.662 [INFO - Executor task launch worker for task 44.0 in stage 8.0 (TID 469)] (Logging.scala:57) Finished task 44.0 in stage 8.0 (TID 469). 15690 bytes result sent to driver
15:03:52.663 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 45.0 in stage 8.0 (TID 470) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 45, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.663 [INFO - Executor task launch worker for task 45.0 in stage 8.0 (TID 470)] (Logging.scala:57) Running task 45.0 in stage 8.0 (TID 470)
15:03:52.664 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 44.0 in stage 8.0 (TID 469) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (48/400)
15:03:52.668 [INFO - Executor task launch worker for task 45.0 in stage 8.0 (TID 470)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.668 [INFO - Executor task launch worker for task 45.0 in stage 8.0 (TID 470)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.670 [INFO - Executor task launch worker for task 45.0 in stage 8.0 (TID 470)] (Logging.scala:57) Finished task 45.0 in stage 8.0 (TID 470). 15690 bytes result sent to driver
15:03:52.671 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 46.0 in stage 8.0 (TID 471) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 46, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.671 [INFO - Executor task launch worker for task 46.0 in stage 8.0 (TID 471)] (Logging.scala:57) Running task 46.0 in stage 8.0 (TID 471)
15:03:52.671 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 45.0 in stage 8.0 (TID 470) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (49/400)
15:03:52.675 [INFO - Executor task launch worker for task 46.0 in stage 8.0 (TID 471)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.675 [INFO - Executor task launch worker for task 46.0 in stage 8.0 (TID 471)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.677 [INFO - Executor task launch worker for task 46.0 in stage 8.0 (TID 471)] (Logging.scala:57) Finished task 46.0 in stage 8.0 (TID 471). 15690 bytes result sent to driver
15:03:52.678 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 47.0 in stage 8.0 (TID 472) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 47, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.678 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 46.0 in stage 8.0 (TID 471) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (50/400)
15:03:52.679 [INFO - Executor task launch worker for task 47.0 in stage 8.0 (TID 472)] (Logging.scala:57) Running task 47.0 in stage 8.0 (TID 472)
15:03:52.684 [INFO - Executor task launch worker for task 47.0 in stage 8.0 (TID 472)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.685 [INFO - Executor task launch worker for task 47.0 in stage 8.0 (TID 472)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.687 [INFO - Executor task launch worker for task 47.0 in stage 8.0 (TID 472)] (Logging.scala:57) Finished task 47.0 in stage 8.0 (TID 472). 15690 bytes result sent to driver
15:03:52.688 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 48.0 in stage 8.0 (TID 473) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 48, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.688 [INFO - Executor task launch worker for task 48.0 in stage 8.0 (TID 473)] (Logging.scala:57) Running task 48.0 in stage 8.0 (TID 473)
15:03:52.688 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 47.0 in stage 8.0 (TID 472) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (51/400)
15:03:52.693 [INFO - Executor task launch worker for task 48.0 in stage 8.0 (TID 473)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.693 [INFO - Executor task launch worker for task 48.0 in stage 8.0 (TID 473)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.695 [INFO - Executor task launch worker for task 48.0 in stage 8.0 (TID 473)] (Logging.scala:57) Finished task 48.0 in stage 8.0 (TID 473). 15690 bytes result sent to driver
15:03:52.696 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 49.0 in stage 8.0 (TID 474) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 49, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.696 [INFO - Executor task launch worker for task 49.0 in stage 8.0 (TID 474)] (Logging.scala:57) Running task 49.0 in stage 8.0 (TID 474)
15:03:52.696 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 48.0 in stage 8.0 (TID 473) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (52/400)
15:03:52.702 [INFO - Executor task launch worker for task 49.0 in stage 8.0 (TID 474)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.702 [INFO - Executor task launch worker for task 49.0 in stage 8.0 (TID 474)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.704 [INFO - Executor task launch worker for task 49.0 in stage 8.0 (TID 474)] (Logging.scala:57) Finished task 49.0 in stage 8.0 (TID 474). 15690 bytes result sent to driver
15:03:52.705 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 50.0 in stage 8.0 (TID 475) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 50, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.705 [INFO - Executor task launch worker for task 50.0 in stage 8.0 (TID 475)] (Logging.scala:57) Running task 50.0 in stage 8.0 (TID 475)
15:03:52.706 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 49.0 in stage 8.0 (TID 474) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (53/400)
15:03:52.709 [INFO - Executor task launch worker for task 50.0 in stage 8.0 (TID 475)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.710 [INFO - Executor task launch worker for task 50.0 in stage 8.0 (TID 475)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.712 [INFO - Executor task launch worker for task 50.0 in stage 8.0 (TID 475)] (Logging.scala:57) Finished task 50.0 in stage 8.0 (TID 475). 15690 bytes result sent to driver
15:03:52.712 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 51.0 in stage 8.0 (TID 476) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 51, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.713 [INFO - Executor task launch worker for task 51.0 in stage 8.0 (TID 476)] (Logging.scala:57) Running task 51.0 in stage 8.0 (TID 476)
15:03:52.713 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 50.0 in stage 8.0 (TID 475) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (54/400)
15:03:52.717 [INFO - Executor task launch worker for task 51.0 in stage 8.0 (TID 476)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.717 [INFO - Executor task launch worker for task 51.0 in stage 8.0 (TID 476)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.719 [INFO - Executor task launch worker for task 51.0 in stage 8.0 (TID 476)] (Logging.scala:57) Finished task 51.0 in stage 8.0 (TID 476). 15690 bytes result sent to driver
15:03:52.720 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 52.0 in stage 8.0 (TID 477) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 52, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.720 [INFO - Executor task launch worker for task 52.0 in stage 8.0 (TID 477)] (Logging.scala:57) Running task 52.0 in stage 8.0 (TID 477)
15:03:52.720 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 51.0 in stage 8.0 (TID 476) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (55/400)
15:03:52.724 [INFO - Executor task launch worker for task 52.0 in stage 8.0 (TID 477)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.724 [INFO - Executor task launch worker for task 52.0 in stage 8.0 (TID 477)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.726 [INFO - Executor task launch worker for task 52.0 in stage 8.0 (TID 477)] (Logging.scala:57) Finished task 52.0 in stage 8.0 (TID 477). 15690 bytes result sent to driver
15:03:52.727 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 53.0 in stage 8.0 (TID 478) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 53, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.727 [INFO - Executor task launch worker for task 53.0 in stage 8.0 (TID 478)] (Logging.scala:57) Running task 53.0 in stage 8.0 (TID 478)
15:03:52.727 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 52.0 in stage 8.0 (TID 477) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (56/400)
15:03:52.732 [INFO - Executor task launch worker for task 53.0 in stage 8.0 (TID 478)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.732 [INFO - Executor task launch worker for task 53.0 in stage 8.0 (TID 478)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.734 [INFO - Executor task launch worker for task 53.0 in stage 8.0 (TID 478)] (Logging.scala:57) Finished task 53.0 in stage 8.0 (TID 478). 15690 bytes result sent to driver
15:03:52.748 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 54.0 in stage 8.0 (TID 479) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 54, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.748 [INFO - Executor task launch worker for task 54.0 in stage 8.0 (TID 479)] (Logging.scala:57) Running task 54.0 in stage 8.0 (TID 479)
15:03:52.748 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 53.0 in stage 8.0 (TID 478) in 21 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (57/400)
15:03:52.753 [INFO - Executor task launch worker for task 54.0 in stage 8.0 (TID 479)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.753 [INFO - Executor task launch worker for task 54.0 in stage 8.0 (TID 479)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.756 [INFO - Executor task launch worker for task 54.0 in stage 8.0 (TID 479)] (Logging.scala:57) Finished task 54.0 in stage 8.0 (TID 479). 15690 bytes result sent to driver
15:03:52.757 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 55.0 in stage 8.0 (TID 480) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 55, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.757 [INFO - Executor task launch worker for task 55.0 in stage 8.0 (TID 480)] (Logging.scala:57) Running task 55.0 in stage 8.0 (TID 480)
15:03:52.757 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 54.0 in stage 8.0 (TID 479) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (58/400)
15:03:52.763 [INFO - Executor task launch worker for task 55.0 in stage 8.0 (TID 480)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.763 [INFO - Executor task launch worker for task 55.0 in stage 8.0 (TID 480)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.766 [INFO - Executor task launch worker for task 55.0 in stage 8.0 (TID 480)] (Logging.scala:57) Finished task 55.0 in stage 8.0 (TID 480). 15690 bytes result sent to driver
15:03:52.766 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 56.0 in stage 8.0 (TID 481) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 56, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.767 [INFO - Executor task launch worker for task 56.0 in stage 8.0 (TID 481)] (Logging.scala:57) Running task 56.0 in stage 8.0 (TID 481)
15:03:52.767 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 55.0 in stage 8.0 (TID 480) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (59/400)
15:03:52.772 [INFO - Executor task launch worker for task 56.0 in stage 8.0 (TID 481)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.773 [INFO - Executor task launch worker for task 56.0 in stage 8.0 (TID 481)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.777 [INFO - Executor task launch worker for task 56.0 in stage 8.0 (TID 481)] (Logging.scala:57) Finished task 56.0 in stage 8.0 (TID 481). 15690 bytes result sent to driver
15:03:52.777 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 57.0 in stage 8.0 (TID 482) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 57, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.778 [INFO - Executor task launch worker for task 57.0 in stage 8.0 (TID 482)] (Logging.scala:57) Running task 57.0 in stage 8.0 (TID 482)
15:03:52.778 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 56.0 in stage 8.0 (TID 481) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (60/400)
15:03:52.782 [INFO - Executor task launch worker for task 57.0 in stage 8.0 (TID 482)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.782 [INFO - Executor task launch worker for task 57.0 in stage 8.0 (TID 482)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.784 [INFO - Executor task launch worker for task 57.0 in stage 8.0 (TID 482)] (Logging.scala:57) Finished task 57.0 in stage 8.0 (TID 482). 15690 bytes result sent to driver
15:03:52.785 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 58.0 in stage 8.0 (TID 483) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 58, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.785 [INFO - Executor task launch worker for task 58.0 in stage 8.0 (TID 483)] (Logging.scala:57) Running task 58.0 in stage 8.0 (TID 483)
15:03:52.785 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 57.0 in stage 8.0 (TID 482) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (61/400)
15:03:52.789 [INFO - Executor task launch worker for task 58.0 in stage 8.0 (TID 483)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.789 [INFO - Executor task launch worker for task 58.0 in stage 8.0 (TID 483)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.792 [INFO - Executor task launch worker for task 58.0 in stage 8.0 (TID 483)] (Logging.scala:57) Finished task 58.0 in stage 8.0 (TID 483). 15690 bytes result sent to driver
15:03:52.792 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 59.0 in stage 8.0 (TID 484) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 59, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.793 [INFO - Executor task launch worker for task 59.0 in stage 8.0 (TID 484)] (Logging.scala:57) Running task 59.0 in stage 8.0 (TID 484)
15:03:52.793 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 58.0 in stage 8.0 (TID 483) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (62/400)
15:03:52.797 [INFO - Executor task launch worker for task 59.0 in stage 8.0 (TID 484)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.797 [INFO - Executor task launch worker for task 59.0 in stage 8.0 (TID 484)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.799 [INFO - Executor task launch worker for task 59.0 in stage 8.0 (TID 484)] (Logging.scala:57) Finished task 59.0 in stage 8.0 (TID 484). 15690 bytes result sent to driver
15:03:52.799 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 60.0 in stage 8.0 (TID 485) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 60, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.800 [INFO - Executor task launch worker for task 60.0 in stage 8.0 (TID 485)] (Logging.scala:57) Running task 60.0 in stage 8.0 (TID 485)
15:03:52.800 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 59.0 in stage 8.0 (TID 484) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (63/400)
15:03:52.805 [INFO - Executor task launch worker for task 60.0 in stage 8.0 (TID 485)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.805 [INFO - Executor task launch worker for task 60.0 in stage 8.0 (TID 485)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.807 [INFO - Executor task launch worker for task 60.0 in stage 8.0 (TID 485)] (Logging.scala:57) Finished task 60.0 in stage 8.0 (TID 485). 15690 bytes result sent to driver
15:03:52.808 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 61.0 in stage 8.0 (TID 486) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 61, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.809 [INFO - Executor task launch worker for task 61.0 in stage 8.0 (TID 486)] (Logging.scala:57) Running task 61.0 in stage 8.0 (TID 486)
15:03:52.809 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 60.0 in stage 8.0 (TID 485) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (64/400)
15:03:52.814 [INFO - Executor task launch worker for task 61.0 in stage 8.0 (TID 486)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.814 [INFO - Executor task launch worker for task 61.0 in stage 8.0 (TID 486)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.817 [INFO - Executor task launch worker for task 61.0 in stage 8.0 (TID 486)] (Logging.scala:57) Finished task 61.0 in stage 8.0 (TID 486). 15690 bytes result sent to driver
15:03:52.818 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 62.0 in stage 8.0 (TID 487) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 62, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.818 [INFO - Executor task launch worker for task 62.0 in stage 8.0 (TID 487)] (Logging.scala:57) Running task 62.0 in stage 8.0 (TID 487)
15:03:52.818 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 61.0 in stage 8.0 (TID 486) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (65/400)
15:03:52.823 [INFO - Executor task launch worker for task 62.0 in stage 8.0 (TID 487)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.823 [INFO - Executor task launch worker for task 62.0 in stage 8.0 (TID 487)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.825 [INFO - Executor task launch worker for task 62.0 in stage 8.0 (TID 487)] (Logging.scala:57) Finished task 62.0 in stage 8.0 (TID 487). 15690 bytes result sent to driver
15:03:52.826 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 63.0 in stage 8.0 (TID 488) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 63, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.826 [INFO - Executor task launch worker for task 63.0 in stage 8.0 (TID 488)] (Logging.scala:57) Running task 63.0 in stage 8.0 (TID 488)
15:03:52.826 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 62.0 in stage 8.0 (TID 487) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (66/400)
15:03:52.830 [INFO - Executor task launch worker for task 63.0 in stage 8.0 (TID 488)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.830 [INFO - Executor task launch worker for task 63.0 in stage 8.0 (TID 488)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.832 [INFO - Executor task launch worker for task 63.0 in stage 8.0 (TID 488)] (Logging.scala:57) Finished task 63.0 in stage 8.0 (TID 488). 15690 bytes result sent to driver
15:03:52.833 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 64.0 in stage 8.0 (TID 489) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 64, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.833 [INFO - Executor task launch worker for task 64.0 in stage 8.0 (TID 489)] (Logging.scala:57) Running task 64.0 in stage 8.0 (TID 489)
15:03:52.833 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 63.0 in stage 8.0 (TID 488) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (67/400)
15:03:52.838 [INFO - Executor task launch worker for task 64.0 in stage 8.0 (TID 489)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.838 [INFO - Executor task launch worker for task 64.0 in stage 8.0 (TID 489)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.840 [INFO - Executor task launch worker for task 64.0 in stage 8.0 (TID 489)] (Logging.scala:57) Finished task 64.0 in stage 8.0 (TID 489). 15690 bytes result sent to driver
15:03:52.841 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 65.0 in stage 8.0 (TID 490) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 65, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.841 [INFO - Executor task launch worker for task 65.0 in stage 8.0 (TID 490)] (Logging.scala:57) Running task 65.0 in stage 8.0 (TID 490)
15:03:52.841 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 64.0 in stage 8.0 (TID 489) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (68/400)
15:03:52.846 [INFO - Executor task launch worker for task 65.0 in stage 8.0 (TID 490)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.846 [INFO - Executor task launch worker for task 65.0 in stage 8.0 (TID 490)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.849 [INFO - Executor task launch worker for task 65.0 in stage 8.0 (TID 490)] (Logging.scala:57) Finished task 65.0 in stage 8.0 (TID 490). 15690 bytes result sent to driver
15:03:52.854 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 66.0 in stage 8.0 (TID 491) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 66, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.855 [INFO - Executor task launch worker for task 66.0 in stage 8.0 (TID 491)] (Logging.scala:57) Running task 66.0 in stage 8.0 (TID 491)
15:03:52.856 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 65.0 in stage 8.0 (TID 490) in 14 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (69/400)
15:03:52.860 [INFO - Executor task launch worker for task 66.0 in stage 8.0 (TID 491)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.860 [INFO - Executor task launch worker for task 66.0 in stage 8.0 (TID 491)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.862 [INFO - Executor task launch worker for task 66.0 in stage 8.0 (TID 491)] (Logging.scala:57) Finished task 66.0 in stage 8.0 (TID 491). 15690 bytes result sent to driver
15:03:52.863 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 67.0 in stage 8.0 (TID 492) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 67, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.864 [INFO - Executor task launch worker for task 67.0 in stage 8.0 (TID 492)] (Logging.scala:57) Running task 67.0 in stage 8.0 (TID 492)
15:03:52.864 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 66.0 in stage 8.0 (TID 491) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (70/400)
15:03:52.868 [INFO - Executor task launch worker for task 67.0 in stage 8.0 (TID 492)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.868 [INFO - Executor task launch worker for task 67.0 in stage 8.0 (TID 492)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.870 [INFO - Executor task launch worker for task 67.0 in stage 8.0 (TID 492)] (Logging.scala:57) Finished task 67.0 in stage 8.0 (TID 492). 15690 bytes result sent to driver
15:03:52.871 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 68.0 in stage 8.0 (TID 493) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 68, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.871 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 67.0 in stage 8.0 (TID 492) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (71/400)
15:03:52.871 [INFO - Executor task launch worker for task 68.0 in stage 8.0 (TID 493)] (Logging.scala:57) Running task 68.0 in stage 8.0 (TID 493)
15:03:52.877 [INFO - Executor task launch worker for task 68.0 in stage 8.0 (TID 493)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.877 [INFO - Executor task launch worker for task 68.0 in stage 8.0 (TID 493)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.880 [INFO - Executor task launch worker for task 68.0 in stage 8.0 (TID 493)] (Logging.scala:57) Finished task 68.0 in stage 8.0 (TID 493). 15690 bytes result sent to driver
15:03:52.881 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 70.0 in stage 8.0 (TID 494) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 70, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.882 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 68.0 in stage 8.0 (TID 493) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (72/400)
15:03:52.882 [INFO - Executor task launch worker for task 70.0 in stage 8.0 (TID 494)] (Logging.scala:57) Running task 70.0 in stage 8.0 (TID 494)
15:03:52.887 [INFO - Executor task launch worker for task 70.0 in stage 8.0 (TID 494)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.887 [INFO - Executor task launch worker for task 70.0 in stage 8.0 (TID 494)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.890 [INFO - Executor task launch worker for task 70.0 in stage 8.0 (TID 494)] (Logging.scala:57) Finished task 70.0 in stage 8.0 (TID 494). 15690 bytes result sent to driver
15:03:52.891 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 71.0 in stage 8.0 (TID 495) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 71, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.892 [INFO - Executor task launch worker for task 71.0 in stage 8.0 (TID 495)] (Logging.scala:57) Running task 71.0 in stage 8.0 (TID 495)
15:03:52.892 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 70.0 in stage 8.0 (TID 494) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (73/400)
15:03:52.899 [INFO - Executor task launch worker for task 71.0 in stage 8.0 (TID 495)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.899 [INFO - Executor task launch worker for task 71.0 in stage 8.0 (TID 495)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.903 [INFO - Executor task launch worker for task 71.0 in stage 8.0 (TID 495)] (Logging.scala:57) Finished task 71.0 in stage 8.0 (TID 495). 15690 bytes result sent to driver
15:03:52.904 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 72.0 in stage 8.0 (TID 496) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 72, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.905 [INFO - Executor task launch worker for task 72.0 in stage 8.0 (TID 496)] (Logging.scala:57) Running task 72.0 in stage 8.0 (TID 496)
15:03:52.905 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 71.0 in stage 8.0 (TID 495) in 14 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (74/400)
15:03:52.912 [INFO - Executor task launch worker for task 72.0 in stage 8.0 (TID 496)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.912 [INFO - Executor task launch worker for task 72.0 in stage 8.0 (TID 496)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.916 [INFO - Executor task launch worker for task 72.0 in stage 8.0 (TID 496)] (Logging.scala:57) Finished task 72.0 in stage 8.0 (TID 496). 15690 bytes result sent to driver
15:03:52.917 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 73.0 in stage 8.0 (TID 497) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 73, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.918 [INFO - Executor task launch worker for task 73.0 in stage 8.0 (TID 497)] (Logging.scala:57) Running task 73.0 in stage 8.0 (TID 497)
15:03:52.918 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 72.0 in stage 8.0 (TID 496) in 13 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (75/400)
15:03:52.925 [INFO - Executor task launch worker for task 73.0 in stage 8.0 (TID 497)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.926 [INFO - Executor task launch worker for task 73.0 in stage 8.0 (TID 497)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.929 [INFO - Executor task launch worker for task 73.0 in stage 8.0 (TID 497)] (Logging.scala:57) Finished task 73.0 in stage 8.0 (TID 497). 15690 bytes result sent to driver
15:03:52.930 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 74.0 in stage 8.0 (TID 498) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 74, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.931 [INFO - Executor task launch worker for task 74.0 in stage 8.0 (TID 498)] (Logging.scala:57) Running task 74.0 in stage 8.0 (TID 498)
15:03:52.931 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 73.0 in stage 8.0 (TID 497) in 15 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (76/400)
15:03:52.939 [INFO - Executor task launch worker for task 74.0 in stage 8.0 (TID 498)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.939 [INFO - Executor task launch worker for task 74.0 in stage 8.0 (TID 498)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.943 [INFO - Executor task launch worker for task 74.0 in stage 8.0 (TID 498)] (Logging.scala:57) Finished task 74.0 in stage 8.0 (TID 498). 15690 bytes result sent to driver
15:03:52.944 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 75.0 in stage 8.0 (TID 499) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 75, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.945 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 74.0 in stage 8.0 (TID 498) in 15 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (77/400)
15:03:52.945 [INFO - Executor task launch worker for task 75.0 in stage 8.0 (TID 499)] (Logging.scala:57) Running task 75.0 in stage 8.0 (TID 499)
15:03:52.951 [INFO - Executor task launch worker for task 75.0 in stage 8.0 (TID 499)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.951 [INFO - Executor task launch worker for task 75.0 in stage 8.0 (TID 499)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.955 [INFO - Executor task launch worker for task 75.0 in stage 8.0 (TID 499)] (Logging.scala:57) Finished task 75.0 in stage 8.0 (TID 499). 15690 bytes result sent to driver
15:03:52.957 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 76.0 in stage 8.0 (TID 500) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 76, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.958 [INFO - Executor task launch worker for task 76.0 in stage 8.0 (TID 500)] (Logging.scala:57) Running task 76.0 in stage 8.0 (TID 500)
15:03:52.958 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 75.0 in stage 8.0 (TID 499) in 14 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (78/400)
15:03:52.965 [INFO - Executor task launch worker for task 76.0 in stage 8.0 (TID 500)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.966 [INFO - Executor task launch worker for task 76.0 in stage 8.0 (TID 500)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.973 [INFO - Executor task launch worker for task 76.0 in stage 8.0 (TID 500)] (Logging.scala:57) Finished task 76.0 in stage 8.0 (TID 500). 15690 bytes result sent to driver
15:03:52.975 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 77.0 in stage 8.0 (TID 501) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 77, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.976 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 76.0 in stage 8.0 (TID 500) in 20 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (79/400)
15:03:52.976 [INFO - Executor task launch worker for task 77.0 in stage 8.0 (TID 501)] (Logging.scala:57) Running task 77.0 in stage 8.0 (TID 501)
15:03:52.990 [INFO - Executor task launch worker for task 77.0 in stage 8.0 (TID 501)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:52.991 [INFO - Executor task launch worker for task 77.0 in stage 8.0 (TID 501)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:52.995 [INFO - Executor task launch worker for task 77.0 in stage 8.0 (TID 501)] (Logging.scala:57) Finished task 77.0 in stage 8.0 (TID 501). 15690 bytes result sent to driver
15:03:52.997 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 78.0 in stage 8.0 (TID 502) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 78, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:52.998 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 77.0 in stage 8.0 (TID 501) in 24 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (80/400)
15:03:52.998 [INFO - Executor task launch worker for task 78.0 in stage 8.0 (TID 502)] (Logging.scala:57) Running task 78.0 in stage 8.0 (TID 502)
15:03:53.010 [INFO - Executor task launch worker for task 78.0 in stage 8.0 (TID 502)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.010 [INFO - Executor task launch worker for task 78.0 in stage 8.0 (TID 502)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.013 [INFO - Executor task launch worker for task 78.0 in stage 8.0 (TID 502)] (Logging.scala:57) Finished task 78.0 in stage 8.0 (TID 502). 15690 bytes result sent to driver
15:03:53.015 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 79.0 in stage 8.0 (TID 503) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 79, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.015 [INFO - Executor task launch worker for task 79.0 in stage 8.0 (TID 503)] (Logging.scala:57) Running task 79.0 in stage 8.0 (TID 503)
15:03:53.016 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 78.0 in stage 8.0 (TID 502) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (81/400)
15:03:53.026 [INFO - Executor task launch worker for task 79.0 in stage 8.0 (TID 503)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.027 [INFO - Executor task launch worker for task 79.0 in stage 8.0 (TID 503)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.031 [INFO - Executor task launch worker for task 79.0 in stage 8.0 (TID 503)] (Logging.scala:57) Finished task 79.0 in stage 8.0 (TID 503). 15690 bytes result sent to driver
15:03:53.032 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 80.0 in stage 8.0 (TID 504) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 80, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.033 [INFO - Executor task launch worker for task 80.0 in stage 8.0 (TID 504)] (Logging.scala:57) Running task 80.0 in stage 8.0 (TID 504)
15:03:53.034 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 79.0 in stage 8.0 (TID 503) in 19 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (82/400)
15:03:53.041 [INFO - Executor task launch worker for task 80.0 in stage 8.0 (TID 504)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.042 [INFO - Executor task launch worker for task 80.0 in stage 8.0 (TID 504)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.045 [INFO - Executor task launch worker for task 80.0 in stage 8.0 (TID 504)] (Logging.scala:57) Finished task 80.0 in stage 8.0 (TID 504). 15690 bytes result sent to driver
15:03:53.046 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 81.0 in stage 8.0 (TID 505) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 81, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.047 [INFO - Executor task launch worker for task 81.0 in stage 8.0 (TID 505)] (Logging.scala:57) Running task 81.0 in stage 8.0 (TID 505)
15:03:53.047 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 80.0 in stage 8.0 (TID 504) in 15 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (83/400)
15:03:53.054 [INFO - Executor task launch worker for task 81.0 in stage 8.0 (TID 505)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.054 [INFO - Executor task launch worker for task 81.0 in stage 8.0 (TID 505)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.057 [INFO - Executor task launch worker for task 81.0 in stage 8.0 (TID 505)] (Logging.scala:57) Finished task 81.0 in stage 8.0 (TID 505). 15690 bytes result sent to driver
15:03:53.058 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 82.0 in stage 8.0 (TID 506) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 82, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.058 [INFO - Executor task launch worker for task 82.0 in stage 8.0 (TID 506)] (Logging.scala:57) Running task 82.0 in stage 8.0 (TID 506)
15:03:53.058 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 81.0 in stage 8.0 (TID 505) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (84/400)
15:03:53.063 [INFO - Executor task launch worker for task 82.0 in stage 8.0 (TID 506)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.063 [INFO - Executor task launch worker for task 82.0 in stage 8.0 (TID 506)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.065 [INFO - Executor task launch worker for task 82.0 in stage 8.0 (TID 506)] (Logging.scala:57) Finished task 82.0 in stage 8.0 (TID 506). 15690 bytes result sent to driver
15:03:53.066 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 83.0 in stage 8.0 (TID 507) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 83, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.066 [INFO - Executor task launch worker for task 83.0 in stage 8.0 (TID 507)] (Logging.scala:57) Running task 83.0 in stage 8.0 (TID 507)
15:03:53.066 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 82.0 in stage 8.0 (TID 506) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (85/400)
15:03:53.072 [INFO - Executor task launch worker for task 83.0 in stage 8.0 (TID 507)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.072 [INFO - Executor task launch worker for task 83.0 in stage 8.0 (TID 507)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.074 [INFO - Executor task launch worker for task 83.0 in stage 8.0 (TID 507)] (Logging.scala:57) Finished task 83.0 in stage 8.0 (TID 507). 15690 bytes result sent to driver
15:03:53.075 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 84.0 in stage 8.0 (TID 508) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 84, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.075 [INFO - Executor task launch worker for task 84.0 in stage 8.0 (TID 508)] (Logging.scala:57) Running task 84.0 in stage 8.0 (TID 508)
15:03:53.076 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 83.0 in stage 8.0 (TID 507) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (86/400)
15:03:53.080 [INFO - Executor task launch worker for task 84.0 in stage 8.0 (TID 508)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.080 [INFO - Executor task launch worker for task 84.0 in stage 8.0 (TID 508)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.082 [INFO - Executor task launch worker for task 84.0 in stage 8.0 (TID 508)] (Logging.scala:57) Finished task 84.0 in stage 8.0 (TID 508). 15690 bytes result sent to driver
15:03:53.083 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 85.0 in stage 8.0 (TID 509) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 85, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.083 [INFO - Executor task launch worker for task 85.0 in stage 8.0 (TID 509)] (Logging.scala:57) Running task 85.0 in stage 8.0 (TID 509)
15:03:53.084 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 84.0 in stage 8.0 (TID 508) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (87/400)
15:03:53.087 [INFO - Executor task launch worker for task 85.0 in stage 8.0 (TID 509)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.087 [INFO - Executor task launch worker for task 85.0 in stage 8.0 (TID 509)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.090 [INFO - Executor task launch worker for task 85.0 in stage 8.0 (TID 509)] (Logging.scala:57) Finished task 85.0 in stage 8.0 (TID 509). 15690 bytes result sent to driver
15:03:53.090 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 86.0 in stage 8.0 (TID 510) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 86, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.091 [INFO - Executor task launch worker for task 86.0 in stage 8.0 (TID 510)] (Logging.scala:57) Running task 86.0 in stage 8.0 (TID 510)
15:03:53.091 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 85.0 in stage 8.0 (TID 509) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (88/400)
15:03:53.097 [INFO - Executor task launch worker for task 86.0 in stage 8.0 (TID 510)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.097 [INFO - Executor task launch worker for task 86.0 in stage 8.0 (TID 510)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.100 [INFO - Executor task launch worker for task 86.0 in stage 8.0 (TID 510)] (Logging.scala:57) Finished task 86.0 in stage 8.0 (TID 510). 15690 bytes result sent to driver
15:03:53.100 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 87.0 in stage 8.0 (TID 511) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 87, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.101 [INFO - Executor task launch worker for task 87.0 in stage 8.0 (TID 511)] (Logging.scala:57) Running task 87.0 in stage 8.0 (TID 511)
15:03:53.101 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 86.0 in stage 8.0 (TID 510) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (89/400)
15:03:53.107 [INFO - Executor task launch worker for task 87.0 in stage 8.0 (TID 511)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.107 [INFO - Executor task launch worker for task 87.0 in stage 8.0 (TID 511)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.109 [INFO - Executor task launch worker for task 87.0 in stage 8.0 (TID 511)] (Logging.scala:57) Finished task 87.0 in stage 8.0 (TID 511). 15690 bytes result sent to driver
15:03:53.110 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 88.0 in stage 8.0 (TID 512) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 88, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.111 [INFO - Executor task launch worker for task 88.0 in stage 8.0 (TID 512)] (Logging.scala:57) Running task 88.0 in stage 8.0 (TID 512)
15:03:53.111 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 87.0 in stage 8.0 (TID 511) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (90/400)
15:03:53.118 [INFO - Executor task launch worker for task 88.0 in stage 8.0 (TID 512)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.118 [INFO - Executor task launch worker for task 88.0 in stage 8.0 (TID 512)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.120 [INFO - Executor task launch worker for task 88.0 in stage 8.0 (TID 512)] (Logging.scala:57) Finished task 88.0 in stage 8.0 (TID 512). 15690 bytes result sent to driver
15:03:53.121 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 89.0 in stage 8.0 (TID 513) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 89, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.121 [INFO - Executor task launch worker for task 89.0 in stage 8.0 (TID 513)] (Logging.scala:57) Running task 89.0 in stage 8.0 (TID 513)
15:03:53.121 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 88.0 in stage 8.0 (TID 512) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (91/400)
15:03:53.125 [INFO - Executor task launch worker for task 89.0 in stage 8.0 (TID 513)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.126 [INFO - Executor task launch worker for task 89.0 in stage 8.0 (TID 513)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.128 [INFO - Executor task launch worker for task 89.0 in stage 8.0 (TID 513)] (Logging.scala:57) Finished task 89.0 in stage 8.0 (TID 513). 15690 bytes result sent to driver
15:03:53.129 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 90.0 in stage 8.0 (TID 514) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 90, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.129 [INFO - Executor task launch worker for task 90.0 in stage 8.0 (TID 514)] (Logging.scala:57) Running task 90.0 in stage 8.0 (TID 514)
15:03:53.129 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 89.0 in stage 8.0 (TID 513) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (92/400)
15:03:53.135 [INFO - Executor task launch worker for task 90.0 in stage 8.0 (TID 514)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.136 [INFO - Executor task launch worker for task 90.0 in stage 8.0 (TID 514)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.138 [INFO - Executor task launch worker for task 90.0 in stage 8.0 (TID 514)] (Logging.scala:57) Finished task 90.0 in stage 8.0 (TID 514). 15690 bytes result sent to driver
15:03:53.139 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 91.0 in stage 8.0 (TID 515) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 91, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.139 [INFO - Executor task launch worker for task 91.0 in stage 8.0 (TID 515)] (Logging.scala:57) Running task 91.0 in stage 8.0 (TID 515)
15:03:53.139 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 90.0 in stage 8.0 (TID 514) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (93/400)
15:03:53.144 [INFO - Executor task launch worker for task 91.0 in stage 8.0 (TID 515)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.144 [INFO - Executor task launch worker for task 91.0 in stage 8.0 (TID 515)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.146 [INFO - Executor task launch worker for task 91.0 in stage 8.0 (TID 515)] (Logging.scala:57) Finished task 91.0 in stage 8.0 (TID 515). 15690 bytes result sent to driver
15:03:53.147 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 92.0 in stage 8.0 (TID 516) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 92, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.147 [INFO - Executor task launch worker for task 92.0 in stage 8.0 (TID 516)] (Logging.scala:57) Running task 92.0 in stage 8.0 (TID 516)
15:03:53.147 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 91.0 in stage 8.0 (TID 515) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (94/400)
15:03:53.151 [INFO - Executor task launch worker for task 92.0 in stage 8.0 (TID 516)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.151 [INFO - Executor task launch worker for task 92.0 in stage 8.0 (TID 516)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.153 [INFO - Executor task launch worker for task 92.0 in stage 8.0 (TID 516)] (Logging.scala:57) Finished task 92.0 in stage 8.0 (TID 516). 15690 bytes result sent to driver
15:03:53.154 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 93.0 in stage 8.0 (TID 517) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 93, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.155 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 92.0 in stage 8.0 (TID 516) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (95/400)
15:03:53.155 [INFO - Executor task launch worker for task 93.0 in stage 8.0 (TID 517)] (Logging.scala:57) Running task 93.0 in stage 8.0 (TID 517)
15:03:53.159 [INFO - Executor task launch worker for task 93.0 in stage 8.0 (TID 517)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.159 [INFO - Executor task launch worker for task 93.0 in stage 8.0 (TID 517)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.161 [INFO - Executor task launch worker for task 93.0 in stage 8.0 (TID 517)] (Logging.scala:57) Finished task 93.0 in stage 8.0 (TID 517). 15690 bytes result sent to driver
15:03:53.162 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 94.0 in stage 8.0 (TID 518) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 94, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.162 [INFO - Executor task launch worker for task 94.0 in stage 8.0 (TID 518)] (Logging.scala:57) Running task 94.0 in stage 8.0 (TID 518)
15:03:53.162 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 93.0 in stage 8.0 (TID 517) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (96/400)
15:03:53.166 [INFO - Executor task launch worker for task 94.0 in stage 8.0 (TID 518)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.166 [INFO - Executor task launch worker for task 94.0 in stage 8.0 (TID 518)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.168 [INFO - Executor task launch worker for task 94.0 in stage 8.0 (TID 518)] (Logging.scala:57) Finished task 94.0 in stage 8.0 (TID 518). 15690 bytes result sent to driver
15:03:53.168 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 95.0 in stage 8.0 (TID 519) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 95, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.169 [INFO - Executor task launch worker for task 95.0 in stage 8.0 (TID 519)] (Logging.scala:57) Running task 95.0 in stage 8.0 (TID 519)
15:03:53.169 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 94.0 in stage 8.0 (TID 518) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (97/400)
15:03:53.173 [INFO - Executor task launch worker for task 95.0 in stage 8.0 (TID 519)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.173 [INFO - Executor task launch worker for task 95.0 in stage 8.0 (TID 519)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.175 [INFO - Executor task launch worker for task 95.0 in stage 8.0 (TID 519)] (Logging.scala:57) Finished task 95.0 in stage 8.0 (TID 519). 15690 bytes result sent to driver
15:03:53.176 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 96.0 in stage 8.0 (TID 520) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 96, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.176 [INFO - Executor task launch worker for task 96.0 in stage 8.0 (TID 520)] (Logging.scala:57) Running task 96.0 in stage 8.0 (TID 520)
15:03:53.176 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 95.0 in stage 8.0 (TID 519) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (98/400)
15:03:53.181 [INFO - Executor task launch worker for task 96.0 in stage 8.0 (TID 520)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.181 [INFO - Executor task launch worker for task 96.0 in stage 8.0 (TID 520)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.184 [INFO - Executor task launch worker for task 96.0 in stage 8.0 (TID 520)] (Logging.scala:57) Finished task 96.0 in stage 8.0 (TID 520). 15690 bytes result sent to driver
15:03:53.185 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 97.0 in stage 8.0 (TID 521) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 97, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.185 [INFO - Executor task launch worker for task 97.0 in stage 8.0 (TID 521)] (Logging.scala:57) Running task 97.0 in stage 8.0 (TID 521)
15:03:53.185 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 96.0 in stage 8.0 (TID 520) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (99/400)
15:03:53.190 [INFO - Executor task launch worker for task 97.0 in stage 8.0 (TID 521)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.190 [INFO - Executor task launch worker for task 97.0 in stage 8.0 (TID 521)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.192 [INFO - Executor task launch worker for task 97.0 in stage 8.0 (TID 521)] (Logging.scala:57) Finished task 97.0 in stage 8.0 (TID 521). 15690 bytes result sent to driver
15:03:53.193 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 98.0 in stage 8.0 (TID 522) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 98, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.193 [INFO - Executor task launch worker for task 98.0 in stage 8.0 (TID 522)] (Logging.scala:57) Running task 98.0 in stage 8.0 (TID 522)
15:03:53.193 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 97.0 in stage 8.0 (TID 521) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (100/400)
15:03:53.199 [INFO - Executor task launch worker for task 98.0 in stage 8.0 (TID 522)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.199 [INFO - Executor task launch worker for task 98.0 in stage 8.0 (TID 522)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.202 [INFO - Executor task launch worker for task 98.0 in stage 8.0 (TID 522)] (Logging.scala:57) Finished task 98.0 in stage 8.0 (TID 522). 15690 bytes result sent to driver
15:03:53.202 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 99.0 in stage 8.0 (TID 523) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 99, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.203 [INFO - Executor task launch worker for task 99.0 in stage 8.0 (TID 523)] (Logging.scala:57) Running task 99.0 in stage 8.0 (TID 523)
15:03:53.203 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 98.0 in stage 8.0 (TID 522) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (101/400)
15:03:53.207 [INFO - Executor task launch worker for task 99.0 in stage 8.0 (TID 523)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.207 [INFO - Executor task launch worker for task 99.0 in stage 8.0 (TID 523)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.209 [INFO - Executor task launch worker for task 99.0 in stage 8.0 (TID 523)] (Logging.scala:57) Finished task 99.0 in stage 8.0 (TID 523). 15690 bytes result sent to driver
15:03:53.210 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 100.0 in stage 8.0 (TID 524) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 100, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.210 [INFO - Executor task launch worker for task 100.0 in stage 8.0 (TID 524)] (Logging.scala:57) Running task 100.0 in stage 8.0 (TID 524)
15:03:53.210 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 99.0 in stage 8.0 (TID 523) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (102/400)
15:03:53.215 [INFO - Executor task launch worker for task 100.0 in stage 8.0 (TID 524)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.215 [INFO - Executor task launch worker for task 100.0 in stage 8.0 (TID 524)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.217 [INFO - Executor task launch worker for task 100.0 in stage 8.0 (TID 524)] (Logging.scala:57) Finished task 100.0 in stage 8.0 (TID 524). 15690 bytes result sent to driver
15:03:53.217 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 101.0 in stage 8.0 (TID 525) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 101, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.218 [INFO - Executor task launch worker for task 101.0 in stage 8.0 (TID 525)] (Logging.scala:57) Running task 101.0 in stage 8.0 (TID 525)
15:03:53.218 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 100.0 in stage 8.0 (TID 524) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (103/400)
15:03:53.222 [INFO - Executor task launch worker for task 101.0 in stage 8.0 (TID 525)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.223 [INFO - Executor task launch worker for task 101.0 in stage 8.0 (TID 525)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.225 [INFO - Executor task launch worker for task 101.0 in stage 8.0 (TID 525)] (Logging.scala:57) Finished task 101.0 in stage 8.0 (TID 525). 15690 bytes result sent to driver
15:03:53.225 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 102.0 in stage 8.0 (TID 526) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 102, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.226 [INFO - Executor task launch worker for task 102.0 in stage 8.0 (TID 526)] (Logging.scala:57) Running task 102.0 in stage 8.0 (TID 526)
15:03:53.226 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 101.0 in stage 8.0 (TID 525) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (104/400)
15:03:53.231 [INFO - Executor task launch worker for task 102.0 in stage 8.0 (TID 526)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.231 [INFO - Executor task launch worker for task 102.0 in stage 8.0 (TID 526)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.234 [INFO - Executor task launch worker for task 102.0 in stage 8.0 (TID 526)] (Logging.scala:57) Finished task 102.0 in stage 8.0 (TID 526). 15690 bytes result sent to driver
15:03:53.234 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 103.0 in stage 8.0 (TID 527) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 103, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.235 [INFO - Executor task launch worker for task 103.0 in stage 8.0 (TID 527)] (Logging.scala:57) Running task 103.0 in stage 8.0 (TID 527)
15:03:53.235 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 102.0 in stage 8.0 (TID 526) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (105/400)
15:03:53.239 [INFO - Executor task launch worker for task 103.0 in stage 8.0 (TID 527)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.239 [INFO - Executor task launch worker for task 103.0 in stage 8.0 (TID 527)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.241 [INFO - Executor task launch worker for task 103.0 in stage 8.0 (TID 527)] (Logging.scala:57) Finished task 103.0 in stage 8.0 (TID 527). 15690 bytes result sent to driver
15:03:53.242 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 104.0 in stage 8.0 (TID 528) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 104, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.242 [INFO - Executor task launch worker for task 104.0 in stage 8.0 (TID 528)] (Logging.scala:57) Running task 104.0 in stage 8.0 (TID 528)
15:03:53.242 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 103.0 in stage 8.0 (TID 527) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (106/400)
15:03:53.246 [INFO - Executor task launch worker for task 104.0 in stage 8.0 (TID 528)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.246 [INFO - Executor task launch worker for task 104.0 in stage 8.0 (TID 528)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.248 [INFO - Executor task launch worker for task 104.0 in stage 8.0 (TID 528)] (Logging.scala:57) Finished task 104.0 in stage 8.0 (TID 528). 15690 bytes result sent to driver
15:03:53.249 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 105.0 in stage 8.0 (TID 529) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 105, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.249 [INFO - Executor task launch worker for task 105.0 in stage 8.0 (TID 529)] (Logging.scala:57) Running task 105.0 in stage 8.0 (TID 529)
15:03:53.249 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 104.0 in stage 8.0 (TID 528) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (107/400)
15:03:53.253 [INFO - Executor task launch worker for task 105.0 in stage 8.0 (TID 529)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.253 [INFO - Executor task launch worker for task 105.0 in stage 8.0 (TID 529)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.256 [INFO - Executor task launch worker for task 105.0 in stage 8.0 (TID 529)] (Logging.scala:57) Finished task 105.0 in stage 8.0 (TID 529). 15690 bytes result sent to driver
15:03:53.257 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 106.0 in stage 8.0 (TID 530) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 106, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.257 [INFO - Executor task launch worker for task 106.0 in stage 8.0 (TID 530)] (Logging.scala:57) Running task 106.0 in stage 8.0 (TID 530)
15:03:53.257 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 105.0 in stage 8.0 (TID 529) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (108/400)
15:03:53.261 [INFO - Executor task launch worker for task 106.0 in stage 8.0 (TID 530)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.262 [INFO - Executor task launch worker for task 106.0 in stage 8.0 (TID 530)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.264 [INFO - Executor task launch worker for task 106.0 in stage 8.0 (TID 530)] (Logging.scala:57) Finished task 106.0 in stage 8.0 (TID 530). 15690 bytes result sent to driver
15:03:53.264 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 107.0 in stage 8.0 (TID 531) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 107, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.265 [INFO - Executor task launch worker for task 107.0 in stage 8.0 (TID 531)] (Logging.scala:57) Running task 107.0 in stage 8.0 (TID 531)
15:03:53.265 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 106.0 in stage 8.0 (TID 530) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (109/400)
15:03:53.270 [INFO - Executor task launch worker for task 107.0 in stage 8.0 (TID 531)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.271 [INFO - Executor task launch worker for task 107.0 in stage 8.0 (TID 531)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.273 [INFO - Executor task launch worker for task 107.0 in stage 8.0 (TID 531)] (Logging.scala:57) Finished task 107.0 in stage 8.0 (TID 531). 15690 bytes result sent to driver
15:03:53.274 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 108.0 in stage 8.0 (TID 532) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 108, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.274 [INFO - Executor task launch worker for task 108.0 in stage 8.0 (TID 532)] (Logging.scala:57) Running task 108.0 in stage 8.0 (TID 532)
15:03:53.275 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 107.0 in stage 8.0 (TID 531) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (110/400)
15:03:53.279 [INFO - Executor task launch worker for task 108.0 in stage 8.0 (TID 532)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.279 [INFO - Executor task launch worker for task 108.0 in stage 8.0 (TID 532)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.281 [INFO - Executor task launch worker for task 108.0 in stage 8.0 (TID 532)] (Logging.scala:57) Finished task 108.0 in stage 8.0 (TID 532). 15690 bytes result sent to driver
15:03:53.282 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 109.0 in stage 8.0 (TID 533) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 109, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.282 [INFO - Executor task launch worker for task 109.0 in stage 8.0 (TID 533)] (Logging.scala:57) Running task 109.0 in stage 8.0 (TID 533)
15:03:53.282 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 108.0 in stage 8.0 (TID 532) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (111/400)
15:03:53.286 [INFO - Executor task launch worker for task 109.0 in stage 8.0 (TID 533)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.287 [INFO - Executor task launch worker for task 109.0 in stage 8.0 (TID 533)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.289 [INFO - Executor task launch worker for task 109.0 in stage 8.0 (TID 533)] (Logging.scala:57) Finished task 109.0 in stage 8.0 (TID 533). 15690 bytes result sent to driver
15:03:53.290 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 110.0 in stage 8.0 (TID 534) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 110, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.290 [INFO - Executor task launch worker for task 110.0 in stage 8.0 (TID 534)] (Logging.scala:57) Running task 110.0 in stage 8.0 (TID 534)
15:03:53.290 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 109.0 in stage 8.0 (TID 533) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (112/400)
15:03:53.294 [INFO - Executor task launch worker for task 110.0 in stage 8.0 (TID 534)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.294 [INFO - Executor task launch worker for task 110.0 in stage 8.0 (TID 534)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.296 [INFO - Executor task launch worker for task 110.0 in stage 8.0 (TID 534)] (Logging.scala:57) Finished task 110.0 in stage 8.0 (TID 534). 15690 bytes result sent to driver
15:03:53.297 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 111.0 in stage 8.0 (TID 535) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 111, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.297 [INFO - Executor task launch worker for task 111.0 in stage 8.0 (TID 535)] (Logging.scala:57) Running task 111.0 in stage 8.0 (TID 535)
15:03:53.297 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 110.0 in stage 8.0 (TID 534) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (113/400)
15:03:53.301 [INFO - Executor task launch worker for task 111.0 in stage 8.0 (TID 535)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.301 [INFO - Executor task launch worker for task 111.0 in stage 8.0 (TID 535)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.303 [INFO - Executor task launch worker for task 111.0 in stage 8.0 (TID 535)] (Logging.scala:57) Finished task 111.0 in stage 8.0 (TID 535). 15690 bytes result sent to driver
15:03:53.304 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 112.0 in stage 8.0 (TID 536) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 112, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.305 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 111.0 in stage 8.0 (TID 535) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (114/400)
15:03:53.305 [INFO - Executor task launch worker for task 112.0 in stage 8.0 (TID 536)] (Logging.scala:57) Running task 112.0 in stage 8.0 (TID 536)
15:03:53.309 [INFO - Executor task launch worker for task 112.0 in stage 8.0 (TID 536)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.309 [INFO - Executor task launch worker for task 112.0 in stage 8.0 (TID 536)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.311 [INFO - Executor task launch worker for task 112.0 in stage 8.0 (TID 536)] (Logging.scala:57) Finished task 112.0 in stage 8.0 (TID 536). 15690 bytes result sent to driver
15:03:53.311 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 113.0 in stage 8.0 (TID 537) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 113, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.312 [INFO - Executor task launch worker for task 113.0 in stage 8.0 (TID 537)] (Logging.scala:57) Running task 113.0 in stage 8.0 (TID 537)
15:03:53.312 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 112.0 in stage 8.0 (TID 536) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (115/400)
15:03:53.316 [INFO - Executor task launch worker for task 113.0 in stage 8.0 (TID 537)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.316 [INFO - Executor task launch worker for task 113.0 in stage 8.0 (TID 537)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.318 [INFO - Executor task launch worker for task 113.0 in stage 8.0 (TID 537)] (Logging.scala:57) Finished task 113.0 in stage 8.0 (TID 537). 15690 bytes result sent to driver
15:03:53.319 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 114.0 in stage 8.0 (TID 538) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 114, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.320 [INFO - Executor task launch worker for task 114.0 in stage 8.0 (TID 538)] (Logging.scala:57) Running task 114.0 in stage 8.0 (TID 538)
15:03:53.320 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 113.0 in stage 8.0 (TID 537) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (116/400)
15:03:53.324 [INFO - Executor task launch worker for task 114.0 in stage 8.0 (TID 538)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.324 [INFO - Executor task launch worker for task 114.0 in stage 8.0 (TID 538)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.326 [INFO - Executor task launch worker for task 114.0 in stage 8.0 (TID 538)] (Logging.scala:57) Finished task 114.0 in stage 8.0 (TID 538). 15690 bytes result sent to driver
15:03:53.327 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 115.0 in stage 8.0 (TID 539) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 115, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.328 [INFO - Executor task launch worker for task 115.0 in stage 8.0 (TID 539)] (Logging.scala:57) Running task 115.0 in stage 8.0 (TID 539)
15:03:53.328 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 114.0 in stage 8.0 (TID 538) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (117/400)
15:03:53.333 [INFO - Executor task launch worker for task 115.0 in stage 8.0 (TID 539)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.333 [INFO - Executor task launch worker for task 115.0 in stage 8.0 (TID 539)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.335 [INFO - Executor task launch worker for task 115.0 in stage 8.0 (TID 539)] (Logging.scala:57) Finished task 115.0 in stage 8.0 (TID 539). 15690 bytes result sent to driver
15:03:53.336 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 116.0 in stage 8.0 (TID 540) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 116, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.337 [INFO - Executor task launch worker for task 116.0 in stage 8.0 (TID 540)] (Logging.scala:57) Running task 116.0 in stage 8.0 (TID 540)
15:03:53.337 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 115.0 in stage 8.0 (TID 539) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (118/400)
15:03:53.341 [INFO - Executor task launch worker for task 116.0 in stage 8.0 (TID 540)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.342 [INFO - Executor task launch worker for task 116.0 in stage 8.0 (TID 540)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.344 [INFO - Executor task launch worker for task 116.0 in stage 8.0 (TID 540)] (Logging.scala:57) Finished task 116.0 in stage 8.0 (TID 540). 15690 bytes result sent to driver
15:03:53.345 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 117.0 in stage 8.0 (TID 541) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 117, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.345 [INFO - Executor task launch worker for task 117.0 in stage 8.0 (TID 541)] (Logging.scala:57) Running task 117.0 in stage 8.0 (TID 541)
15:03:53.345 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 116.0 in stage 8.0 (TID 540) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (119/400)
15:03:53.351 [INFO - Executor task launch worker for task 117.0 in stage 8.0 (TID 541)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.351 [INFO - Executor task launch worker for task 117.0 in stage 8.0 (TID 541)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.354 [INFO - Executor task launch worker for task 117.0 in stage 8.0 (TID 541)] (Logging.scala:57) Finished task 117.0 in stage 8.0 (TID 541). 15690 bytes result sent to driver
15:03:53.355 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 118.0 in stage 8.0 (TID 542) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 118, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.356 [INFO - Executor task launch worker for task 118.0 in stage 8.0 (TID 542)] (Logging.scala:57) Running task 118.0 in stage 8.0 (TID 542)
15:03:53.356 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 117.0 in stage 8.0 (TID 541) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (120/400)
15:03:53.362 [INFO - Executor task launch worker for task 118.0 in stage 8.0 (TID 542)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.362 [INFO - Executor task launch worker for task 118.0 in stage 8.0 (TID 542)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.364 [INFO - Executor task launch worker for task 118.0 in stage 8.0 (TID 542)] (Logging.scala:57) Finished task 118.0 in stage 8.0 (TID 542). 15690 bytes result sent to driver
15:03:53.365 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 119.0 in stage 8.0 (TID 543) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 119, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.365 [INFO - Executor task launch worker for task 119.0 in stage 8.0 (TID 543)] (Logging.scala:57) Running task 119.0 in stage 8.0 (TID 543)
15:03:53.366 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 118.0 in stage 8.0 (TID 542) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (121/400)
15:03:53.370 [INFO - Executor task launch worker for task 119.0 in stage 8.0 (TID 543)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.370 [INFO - Executor task launch worker for task 119.0 in stage 8.0 (TID 543)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.372 [INFO - Executor task launch worker for task 119.0 in stage 8.0 (TID 543)] (Logging.scala:57) Finished task 119.0 in stage 8.0 (TID 543). 15690 bytes result sent to driver
15:03:53.373 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 120.0 in stage 8.0 (TID 544) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 120, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.373 [INFO - Executor task launch worker for task 120.0 in stage 8.0 (TID 544)] (Logging.scala:57) Running task 120.0 in stage 8.0 (TID 544)
15:03:53.373 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 119.0 in stage 8.0 (TID 543) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (122/400)
15:03:53.379 [INFO - Executor task launch worker for task 120.0 in stage 8.0 (TID 544)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.379 [INFO - Executor task launch worker for task 120.0 in stage 8.0 (TID 544)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.381 [INFO - Executor task launch worker for task 120.0 in stage 8.0 (TID 544)] (Logging.scala:57) Finished task 120.0 in stage 8.0 (TID 544). 15690 bytes result sent to driver
15:03:53.382 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 121.0 in stage 8.0 (TID 545) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 121, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.383 [INFO - Executor task launch worker for task 121.0 in stage 8.0 (TID 545)] (Logging.scala:57) Running task 121.0 in stage 8.0 (TID 545)
15:03:53.383 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 120.0 in stage 8.0 (TID 544) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (123/400)
15:03:53.387 [INFO - Executor task launch worker for task 121.0 in stage 8.0 (TID 545)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.387 [INFO - Executor task launch worker for task 121.0 in stage 8.0 (TID 545)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.389 [INFO - Executor task launch worker for task 121.0 in stage 8.0 (TID 545)] (Logging.scala:57) Finished task 121.0 in stage 8.0 (TID 545). 15690 bytes result sent to driver
15:03:53.390 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 122.0 in stage 8.0 (TID 546) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 122, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.391 [INFO - Executor task launch worker for task 122.0 in stage 8.0 (TID 546)] (Logging.scala:57) Running task 122.0 in stage 8.0 (TID 546)
15:03:53.391 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 121.0 in stage 8.0 (TID 545) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (124/400)
15:03:53.396 [INFO - Executor task launch worker for task 122.0 in stage 8.0 (TID 546)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.396 [INFO - Executor task launch worker for task 122.0 in stage 8.0 (TID 546)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.398 [INFO - Executor task launch worker for task 122.0 in stage 8.0 (TID 546)] (Logging.scala:57) Finished task 122.0 in stage 8.0 (TID 546). 15690 bytes result sent to driver
15:03:53.399 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 123.0 in stage 8.0 (TID 547) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 123, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.400 [INFO - Executor task launch worker for task 123.0 in stage 8.0 (TID 547)] (Logging.scala:57) Running task 123.0 in stage 8.0 (TID 547)
15:03:53.400 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 122.0 in stage 8.0 (TID 546) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (125/400)
15:03:53.405 [INFO - Executor task launch worker for task 123.0 in stage 8.0 (TID 547)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.405 [INFO - Executor task launch worker for task 123.0 in stage 8.0 (TID 547)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.407 [INFO - Executor task launch worker for task 123.0 in stage 8.0 (TID 547)] (Logging.scala:57) Finished task 123.0 in stage 8.0 (TID 547). 15690 bytes result sent to driver
15:03:53.408 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 124.0 in stage 8.0 (TID 548) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 124, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.408 [INFO - Executor task launch worker for task 124.0 in stage 8.0 (TID 548)] (Logging.scala:57) Running task 124.0 in stage 8.0 (TID 548)
15:03:53.408 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 123.0 in stage 8.0 (TID 547) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (126/400)
15:03:53.412 [INFO - Executor task launch worker for task 124.0 in stage 8.0 (TID 548)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.412 [INFO - Executor task launch worker for task 124.0 in stage 8.0 (TID 548)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.415 [INFO - Executor task launch worker for task 124.0 in stage 8.0 (TID 548)] (Logging.scala:57) Finished task 124.0 in stage 8.0 (TID 548). 15690 bytes result sent to driver
15:03:53.415 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 125.0 in stage 8.0 (TID 549) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 125, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.416 [INFO - Executor task launch worker for task 125.0 in stage 8.0 (TID 549)] (Logging.scala:57) Running task 125.0 in stage 8.0 (TID 549)
15:03:53.416 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 124.0 in stage 8.0 (TID 548) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (127/400)
15:03:53.421 [INFO - Executor task launch worker for task 125.0 in stage 8.0 (TID 549)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.421 [INFO - Executor task launch worker for task 125.0 in stage 8.0 (TID 549)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.424 [INFO - Executor task launch worker for task 125.0 in stage 8.0 (TID 549)] (Logging.scala:57) Finished task 125.0 in stage 8.0 (TID 549). 15690 bytes result sent to driver
15:03:53.424 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 126.0 in stage 8.0 (TID 550) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 126, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.425 [INFO - Executor task launch worker for task 126.0 in stage 8.0 (TID 550)] (Logging.scala:57) Running task 126.0 in stage 8.0 (TID 550)
15:03:53.425 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 125.0 in stage 8.0 (TID 549) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (128/400)
15:03:53.430 [INFO - Executor task launch worker for task 126.0 in stage 8.0 (TID 550)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.431 [INFO - Executor task launch worker for task 126.0 in stage 8.0 (TID 550)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.433 [INFO - Executor task launch worker for task 126.0 in stage 8.0 (TID 550)] (Logging.scala:57) Finished task 126.0 in stage 8.0 (TID 550). 15690 bytes result sent to driver
15:03:53.434 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 127.0 in stage 8.0 (TID 551) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 127, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.434 [INFO - Executor task launch worker for task 127.0 in stage 8.0 (TID 551)] (Logging.scala:57) Running task 127.0 in stage 8.0 (TID 551)
15:03:53.435 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 126.0 in stage 8.0 (TID 550) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (129/400)
15:03:53.439 [INFO - Executor task launch worker for task 127.0 in stage 8.0 (TID 551)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.439 [INFO - Executor task launch worker for task 127.0 in stage 8.0 (TID 551)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.441 [INFO - Executor task launch worker for task 127.0 in stage 8.0 (TID 551)] (Logging.scala:57) Finished task 127.0 in stage 8.0 (TID 551). 15690 bytes result sent to driver
15:03:53.442 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 129.0 in stage 8.0 (TID 552) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 129, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.442 [INFO - Executor task launch worker for task 129.0 in stage 8.0 (TID 552)] (Logging.scala:57) Running task 129.0 in stage 8.0 (TID 552)
15:03:53.442 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 127.0 in stage 8.0 (TID 551) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (130/400)
15:03:53.447 [INFO - Executor task launch worker for task 129.0 in stage 8.0 (TID 552)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.447 [INFO - Executor task launch worker for task 129.0 in stage 8.0 (TID 552)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.450 [INFO - Executor task launch worker for task 129.0 in stage 8.0 (TID 552)] (Logging.scala:57) Finished task 129.0 in stage 8.0 (TID 552). 15690 bytes result sent to driver
15:03:53.450 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 130.0 in stage 8.0 (TID 553) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 130, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.451 [INFO - Executor task launch worker for task 130.0 in stage 8.0 (TID 553)] (Logging.scala:57) Running task 130.0 in stage 8.0 (TID 553)
15:03:53.451 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 129.0 in stage 8.0 (TID 552) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (131/400)
15:03:53.456 [INFO - Executor task launch worker for task 130.0 in stage 8.0 (TID 553)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.456 [INFO - Executor task launch worker for task 130.0 in stage 8.0 (TID 553)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.458 [INFO - Executor task launch worker for task 130.0 in stage 8.0 (TID 553)] (Logging.scala:57) Finished task 130.0 in stage 8.0 (TID 553). 15690 bytes result sent to driver
15:03:53.459 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 131.0 in stage 8.0 (TID 554) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 131, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.459 [INFO - Executor task launch worker for task 131.0 in stage 8.0 (TID 554)] (Logging.scala:57) Running task 131.0 in stage 8.0 (TID 554)
15:03:53.459 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 130.0 in stage 8.0 (TID 553) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (132/400)
15:03:53.465 [INFO - Executor task launch worker for task 131.0 in stage 8.0 (TID 554)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.465 [INFO - Executor task launch worker for task 131.0 in stage 8.0 (TID 554)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.468 [INFO - Executor task launch worker for task 131.0 in stage 8.0 (TID 554)] (Logging.scala:57) Finished task 131.0 in stage 8.0 (TID 554). 15690 bytes result sent to driver
15:03:53.469 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 132.0 in stage 8.0 (TID 555) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 132, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.469 [INFO - Executor task launch worker for task 132.0 in stage 8.0 (TID 555)] (Logging.scala:57) Running task 132.0 in stage 8.0 (TID 555)
15:03:53.469 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 131.0 in stage 8.0 (TID 554) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (133/400)
15:03:53.473 [INFO - Executor task launch worker for task 132.0 in stage 8.0 (TID 555)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.473 [INFO - Executor task launch worker for task 132.0 in stage 8.0 (TID 555)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.476 [INFO - Executor task launch worker for task 132.0 in stage 8.0 (TID 555)] (Logging.scala:57) Finished task 132.0 in stage 8.0 (TID 555). 15690 bytes result sent to driver
15:03:53.476 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 133.0 in stage 8.0 (TID 556) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 133, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.477 [INFO - Executor task launch worker for task 133.0 in stage 8.0 (TID 556)] (Logging.scala:57) Running task 133.0 in stage 8.0 (TID 556)
15:03:53.477 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 132.0 in stage 8.0 (TID 555) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (134/400)
15:03:53.481 [INFO - Executor task launch worker for task 133.0 in stage 8.0 (TID 556)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.481 [INFO - Executor task launch worker for task 133.0 in stage 8.0 (TID 556)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.484 [INFO - Executor task launch worker for task 133.0 in stage 8.0 (TID 556)] (Logging.scala:57) Finished task 133.0 in stage 8.0 (TID 556). 15690 bytes result sent to driver
15:03:53.485 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 134.0 in stage 8.0 (TID 557) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 134, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.485 [INFO - Executor task launch worker for task 134.0 in stage 8.0 (TID 557)] (Logging.scala:57) Running task 134.0 in stage 8.0 (TID 557)
15:03:53.485 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 133.0 in stage 8.0 (TID 556) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (135/400)
15:03:53.491 [INFO - Executor task launch worker for task 134.0 in stage 8.0 (TID 557)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.491 [INFO - Executor task launch worker for task 134.0 in stage 8.0 (TID 557)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.493 [INFO - Executor task launch worker for task 134.0 in stage 8.0 (TID 557)] (Logging.scala:57) Finished task 134.0 in stage 8.0 (TID 557). 15690 bytes result sent to driver
15:03:53.494 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 135.0 in stage 8.0 (TID 558) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 135, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.494 [INFO - Executor task launch worker for task 135.0 in stage 8.0 (TID 558)] (Logging.scala:57) Running task 135.0 in stage 8.0 (TID 558)
15:03:53.494 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 134.0 in stage 8.0 (TID 557) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (136/400)
15:03:53.500 [INFO - Executor task launch worker for task 135.0 in stage 8.0 (TID 558)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.500 [INFO - Executor task launch worker for task 135.0 in stage 8.0 (TID 558)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.503 [INFO - Executor task launch worker for task 135.0 in stage 8.0 (TID 558)] (Logging.scala:57) Finished task 135.0 in stage 8.0 (TID 558). 15690 bytes result sent to driver
15:03:53.504 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 136.0 in stage 8.0 (TID 559) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 136, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.504 [INFO - Executor task launch worker for task 136.0 in stage 8.0 (TID 559)] (Logging.scala:57) Running task 136.0 in stage 8.0 (TID 559)
15:03:53.504 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 135.0 in stage 8.0 (TID 558) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (137/400)
15:03:53.508 [INFO - Executor task launch worker for task 136.0 in stage 8.0 (TID 559)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.509 [INFO - Executor task launch worker for task 136.0 in stage 8.0 (TID 559)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.510 [INFO - Executor task launch worker for task 136.0 in stage 8.0 (TID 559)] (Logging.scala:57) Finished task 136.0 in stage 8.0 (TID 559). 15690 bytes result sent to driver
15:03:53.511 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 137.0 in stage 8.0 (TID 560) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 137, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.512 [INFO - Executor task launch worker for task 137.0 in stage 8.0 (TID 560)] (Logging.scala:57) Running task 137.0 in stage 8.0 (TID 560)
15:03:53.512 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 136.0 in stage 8.0 (TID 559) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (138/400)
15:03:53.517 [INFO - Executor task launch worker for task 137.0 in stage 8.0 (TID 560)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.517 [INFO - Executor task launch worker for task 137.0 in stage 8.0 (TID 560)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.520 [INFO - Executor task launch worker for task 137.0 in stage 8.0 (TID 560)] (Logging.scala:57) Finished task 137.0 in stage 8.0 (TID 560). 15690 bytes result sent to driver
15:03:53.521 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 138.0 in stage 8.0 (TID 561) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 138, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.521 [INFO - Executor task launch worker for task 138.0 in stage 8.0 (TID 561)] (Logging.scala:57) Running task 138.0 in stage 8.0 (TID 561)
15:03:53.522 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 137.0 in stage 8.0 (TID 560) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (139/400)
15:03:53.527 [INFO - Executor task launch worker for task 138.0 in stage 8.0 (TID 561)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.527 [INFO - Executor task launch worker for task 138.0 in stage 8.0 (TID 561)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.530 [INFO - Executor task launch worker for task 138.0 in stage 8.0 (TID 561)] (Logging.scala:57) Finished task 138.0 in stage 8.0 (TID 561). 15690 bytes result sent to driver
15:03:53.531 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 139.0 in stage 8.0 (TID 562) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 139, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.531 [INFO - Executor task launch worker for task 139.0 in stage 8.0 (TID 562)] (Logging.scala:57) Running task 139.0 in stage 8.0 (TID 562)
15:03:53.531 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 138.0 in stage 8.0 (TID 561) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (140/400)
15:03:53.537 [INFO - Executor task launch worker for task 139.0 in stage 8.0 (TID 562)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.537 [INFO - Executor task launch worker for task 139.0 in stage 8.0 (TID 562)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.540 [INFO - Executor task launch worker for task 139.0 in stage 8.0 (TID 562)] (Logging.scala:57) Finished task 139.0 in stage 8.0 (TID 562). 15690 bytes result sent to driver
15:03:53.541 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 140.0 in stage 8.0 (TID 563) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 140, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.541 [INFO - Executor task launch worker for task 140.0 in stage 8.0 (TID 563)] (Logging.scala:57) Running task 140.0 in stage 8.0 (TID 563)
15:03:53.541 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 139.0 in stage 8.0 (TID 562) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (141/400)
15:03:53.546 [INFO - Executor task launch worker for task 140.0 in stage 8.0 (TID 563)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.546 [INFO - Executor task launch worker for task 140.0 in stage 8.0 (TID 563)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.549 [INFO - Executor task launch worker for task 140.0 in stage 8.0 (TID 563)] (Logging.scala:57) Finished task 140.0 in stage 8.0 (TID 563). 15690 bytes result sent to driver
15:03:53.549 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 141.0 in stage 8.0 (TID 564) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 141, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.549 [INFO - Executor task launch worker for task 141.0 in stage 8.0 (TID 564)] (Logging.scala:57) Running task 141.0 in stage 8.0 (TID 564)
15:03:53.550 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 140.0 in stage 8.0 (TID 563) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (142/400)
15:03:53.554 [INFO - Executor task launch worker for task 141.0 in stage 8.0 (TID 564)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.554 [INFO - Executor task launch worker for task 141.0 in stage 8.0 (TID 564)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.557 [INFO - Executor task launch worker for task 141.0 in stage 8.0 (TID 564)] (Logging.scala:57) Finished task 141.0 in stage 8.0 (TID 564). 15690 bytes result sent to driver
15:03:53.558 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 142.0 in stage 8.0 (TID 565) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 142, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.558 [INFO - Executor task launch worker for task 142.0 in stage 8.0 (TID 565)] (Logging.scala:57) Running task 142.0 in stage 8.0 (TID 565)
15:03:53.558 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 141.0 in stage 8.0 (TID 564) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (143/400)
15:03:53.563 [INFO - Executor task launch worker for task 142.0 in stage 8.0 (TID 565)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.563 [INFO - Executor task launch worker for task 142.0 in stage 8.0 (TID 565)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.565 [INFO - Executor task launch worker for task 142.0 in stage 8.0 (TID 565)] (Logging.scala:57) Finished task 142.0 in stage 8.0 (TID 565). 15690 bytes result sent to driver
15:03:53.565 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 143.0 in stage 8.0 (TID 566) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 143, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.566 [INFO - Executor task launch worker for task 143.0 in stage 8.0 (TID 566)] (Logging.scala:57) Running task 143.0 in stage 8.0 (TID 566)
15:03:53.566 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 142.0 in stage 8.0 (TID 565) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (144/400)
15:03:53.571 [INFO - Executor task launch worker for task 143.0 in stage 8.0 (TID 566)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.571 [INFO - Executor task launch worker for task 143.0 in stage 8.0 (TID 566)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.573 [INFO - Executor task launch worker for task 143.0 in stage 8.0 (TID 566)] (Logging.scala:57) Finished task 143.0 in stage 8.0 (TID 566). 15690 bytes result sent to driver
15:03:53.574 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 144.0 in stage 8.0 (TID 567) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 144, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.574 [INFO - Executor task launch worker for task 144.0 in stage 8.0 (TID 567)] (Logging.scala:57) Running task 144.0 in stage 8.0 (TID 567)
15:03:53.575 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 143.0 in stage 8.0 (TID 566) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (145/400)
15:03:53.580 [INFO - Executor task launch worker for task 144.0 in stage 8.0 (TID 567)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.580 [INFO - Executor task launch worker for task 144.0 in stage 8.0 (TID 567)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.583 [INFO - Executor task launch worker for task 144.0 in stage 8.0 (TID 567)] (Logging.scala:57) Finished task 144.0 in stage 8.0 (TID 567). 15690 bytes result sent to driver
15:03:53.584 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 145.0 in stage 8.0 (TID 568) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 145, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.584 [INFO - Executor task launch worker for task 145.0 in stage 8.0 (TID 568)] (Logging.scala:57) Running task 145.0 in stage 8.0 (TID 568)
15:03:53.584 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 144.0 in stage 8.0 (TID 567) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (146/400)
15:03:53.588 [INFO - Executor task launch worker for task 145.0 in stage 8.0 (TID 568)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.588 [INFO - Executor task launch worker for task 145.0 in stage 8.0 (TID 568)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.591 [INFO - Executor task launch worker for task 145.0 in stage 8.0 (TID 568)] (Logging.scala:57) Finished task 145.0 in stage 8.0 (TID 568). 15690 bytes result sent to driver
15:03:53.591 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 146.0 in stage 8.0 (TID 569) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 146, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.592 [INFO - Executor task launch worker for task 146.0 in stage 8.0 (TID 569)] (Logging.scala:57) Running task 146.0 in stage 8.0 (TID 569)
15:03:53.592 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 145.0 in stage 8.0 (TID 568) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (147/400)
15:03:53.596 [INFO - Executor task launch worker for task 146.0 in stage 8.0 (TID 569)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.596 [INFO - Executor task launch worker for task 146.0 in stage 8.0 (TID 569)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.598 [INFO - Executor task launch worker for task 146.0 in stage 8.0 (TID 569)] (Logging.scala:57) Finished task 146.0 in stage 8.0 (TID 569). 15690 bytes result sent to driver
15:03:53.598 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 147.0 in stage 8.0 (TID 570) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 147, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.599 [INFO - Executor task launch worker for task 147.0 in stage 8.0 (TID 570)] (Logging.scala:57) Running task 147.0 in stage 8.0 (TID 570)
15:03:53.599 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 146.0 in stage 8.0 (TID 569) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (148/400)
15:03:53.603 [INFO - Executor task launch worker for task 147.0 in stage 8.0 (TID 570)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.603 [INFO - Executor task launch worker for task 147.0 in stage 8.0 (TID 570)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.605 [INFO - Executor task launch worker for task 147.0 in stage 8.0 (TID 570)] (Logging.scala:57) Finished task 147.0 in stage 8.0 (TID 570). 15690 bytes result sent to driver
15:03:53.606 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 148.0 in stage 8.0 (TID 571) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 148, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.606 [INFO - Executor task launch worker for task 148.0 in stage 8.0 (TID 571)] (Logging.scala:57) Running task 148.0 in stage 8.0 (TID 571)
15:03:53.606 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 147.0 in stage 8.0 (TID 570) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (149/400)
15:03:53.610 [INFO - Executor task launch worker for task 148.0 in stage 8.0 (TID 571)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.610 [INFO - Executor task launch worker for task 148.0 in stage 8.0 (TID 571)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.612 [INFO - Executor task launch worker for task 148.0 in stage 8.0 (TID 571)] (Logging.scala:57) Finished task 148.0 in stage 8.0 (TID 571). 15690 bytes result sent to driver
15:03:53.613 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 149.0 in stage 8.0 (TID 572) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 149, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.613 [INFO - Executor task launch worker for task 149.0 in stage 8.0 (TID 572)] (Logging.scala:57) Running task 149.0 in stage 8.0 (TID 572)
15:03:53.613 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 148.0 in stage 8.0 (TID 571) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (150/400)
15:03:53.619 [INFO - Executor task launch worker for task 149.0 in stage 8.0 (TID 572)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.619 [INFO - Executor task launch worker for task 149.0 in stage 8.0 (TID 572)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.622 [INFO - Executor task launch worker for task 149.0 in stage 8.0 (TID 572)] (Logging.scala:57) Finished task 149.0 in stage 8.0 (TID 572). 15690 bytes result sent to driver
15:03:53.623 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 150.0 in stage 8.0 (TID 573) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 150, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.623 [INFO - Executor task launch worker for task 150.0 in stage 8.0 (TID 573)] (Logging.scala:57) Running task 150.0 in stage 8.0 (TID 573)
15:03:53.623 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 149.0 in stage 8.0 (TID 572) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (151/400)
15:03:53.627 [INFO - Executor task launch worker for task 150.0 in stage 8.0 (TID 573)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.628 [INFO - Executor task launch worker for task 150.0 in stage 8.0 (TID 573)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.630 [INFO - Executor task launch worker for task 150.0 in stage 8.0 (TID 573)] (Logging.scala:57) Finished task 150.0 in stage 8.0 (TID 573). 15690 bytes result sent to driver
15:03:53.630 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 151.0 in stage 8.0 (TID 574) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 151, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.631 [INFO - Executor task launch worker for task 151.0 in stage 8.0 (TID 574)] (Logging.scala:57) Running task 151.0 in stage 8.0 (TID 574)
15:03:53.631 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 150.0 in stage 8.0 (TID 573) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (152/400)
15:03:53.635 [INFO - Executor task launch worker for task 151.0 in stage 8.0 (TID 574)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.635 [INFO - Executor task launch worker for task 151.0 in stage 8.0 (TID 574)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.637 [INFO - Executor task launch worker for task 151.0 in stage 8.0 (TID 574)] (Logging.scala:57) Finished task 151.0 in stage 8.0 (TID 574). 15690 bytes result sent to driver
15:03:53.637 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 152.0 in stage 8.0 (TID 575) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 152, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.638 [INFO - Executor task launch worker for task 152.0 in stage 8.0 (TID 575)] (Logging.scala:57) Running task 152.0 in stage 8.0 (TID 575)
15:03:53.638 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 151.0 in stage 8.0 (TID 574) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (153/400)
15:03:53.642 [INFO - Executor task launch worker for task 152.0 in stage 8.0 (TID 575)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.642 [INFO - Executor task launch worker for task 152.0 in stage 8.0 (TID 575)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.644 [INFO - Executor task launch worker for task 152.0 in stage 8.0 (TID 575)] (Logging.scala:57) Finished task 152.0 in stage 8.0 (TID 575). 15690 bytes result sent to driver
15:03:53.645 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 153.0 in stage 8.0 (TID 576) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 153, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.645 [INFO - Executor task launch worker for task 153.0 in stage 8.0 (TID 576)] (Logging.scala:57) Running task 153.0 in stage 8.0 (TID 576)
15:03:53.645 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 152.0 in stage 8.0 (TID 575) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (154/400)
15:03:53.650 [INFO - Executor task launch worker for task 153.0 in stage 8.0 (TID 576)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.651 [INFO - Executor task launch worker for task 153.0 in stage 8.0 (TID 576)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.653 [INFO - Executor task launch worker for task 153.0 in stage 8.0 (TID 576)] (Logging.scala:57) Finished task 153.0 in stage 8.0 (TID 576). 15690 bytes result sent to driver
15:03:53.654 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 154.0 in stage 8.0 (TID 577) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 154, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.655 [INFO - Executor task launch worker for task 154.0 in stage 8.0 (TID 577)] (Logging.scala:57) Running task 154.0 in stage 8.0 (TID 577)
15:03:53.655 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 153.0 in stage 8.0 (TID 576) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (155/400)
15:03:53.661 [INFO - Executor task launch worker for task 154.0 in stage 8.0 (TID 577)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.661 [INFO - Executor task launch worker for task 154.0 in stage 8.0 (TID 577)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.663 [INFO - Executor task launch worker for task 154.0 in stage 8.0 (TID 577)] (Logging.scala:57) Finished task 154.0 in stage 8.0 (TID 577). 15690 bytes result sent to driver
15:03:53.664 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 155.0 in stage 8.0 (TID 578) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 155, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.664 [INFO - Executor task launch worker for task 155.0 in stage 8.0 (TID 578)] (Logging.scala:57) Running task 155.0 in stage 8.0 (TID 578)
15:03:53.665 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 154.0 in stage 8.0 (TID 577) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (156/400)
15:03:53.669 [INFO - Executor task launch worker for task 155.0 in stage 8.0 (TID 578)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.669 [INFO - Executor task launch worker for task 155.0 in stage 8.0 (TID 578)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.671 [INFO - Executor task launch worker for task 155.0 in stage 8.0 (TID 578)] (Logging.scala:57) Finished task 155.0 in stage 8.0 (TID 578). 15690 bytes result sent to driver
15:03:53.671 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 156.0 in stage 8.0 (TID 579) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 156, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.672 [INFO - Executor task launch worker for task 156.0 in stage 8.0 (TID 579)] (Logging.scala:57) Running task 156.0 in stage 8.0 (TID 579)
15:03:53.672 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 155.0 in stage 8.0 (TID 578) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (157/400)
15:03:53.676 [INFO - Executor task launch worker for task 156.0 in stage 8.0 (TID 579)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.676 [INFO - Executor task launch worker for task 156.0 in stage 8.0 (TID 579)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.678 [INFO - Executor task launch worker for task 156.0 in stage 8.0 (TID 579)] (Logging.scala:57) Finished task 156.0 in stage 8.0 (TID 579). 15690 bytes result sent to driver
15:03:53.678 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 157.0 in stage 8.0 (TID 580) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 157, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.679 [INFO - Executor task launch worker for task 157.0 in stage 8.0 (TID 580)] (Logging.scala:57) Running task 157.0 in stage 8.0 (TID 580)
15:03:53.679 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 156.0 in stage 8.0 (TID 579) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (158/400)
15:03:53.685 [INFO - Executor task launch worker for task 157.0 in stage 8.0 (TID 580)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.685 [INFO - Executor task launch worker for task 157.0 in stage 8.0 (TID 580)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.688 [INFO - Executor task launch worker for task 157.0 in stage 8.0 (TID 580)] (Logging.scala:57) Finished task 157.0 in stage 8.0 (TID 580). 15690 bytes result sent to driver
15:03:53.689 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 158.0 in stage 8.0 (TID 581) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 158, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.689 [INFO - Executor task launch worker for task 158.0 in stage 8.0 (TID 581)] (Logging.scala:57) Running task 158.0 in stage 8.0 (TID 581)
15:03:53.689 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 157.0 in stage 8.0 (TID 580) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (159/400)
15:03:53.693 [INFO - Executor task launch worker for task 158.0 in stage 8.0 (TID 581)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.693 [INFO - Executor task launch worker for task 158.0 in stage 8.0 (TID 581)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.695 [INFO - Executor task launch worker for task 158.0 in stage 8.0 (TID 581)] (Logging.scala:57) Finished task 158.0 in stage 8.0 (TID 581). 15690 bytes result sent to driver
15:03:53.696 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 159.0 in stage 8.0 (TID 582) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 159, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.696 [INFO - Executor task launch worker for task 159.0 in stage 8.0 (TID 582)] (Logging.scala:57) Running task 159.0 in stage 8.0 (TID 582)
15:03:53.697 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 158.0 in stage 8.0 (TID 581) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (160/400)
15:03:53.700 [INFO - Executor task launch worker for task 159.0 in stage 8.0 (TID 582)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.700 [INFO - Executor task launch worker for task 159.0 in stage 8.0 (TID 582)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.702 [INFO - Executor task launch worker for task 159.0 in stage 8.0 (TID 582)] (Logging.scala:57) Finished task 159.0 in stage 8.0 (TID 582). 15690 bytes result sent to driver
15:03:53.721 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 160.0 in stage 8.0 (TID 583) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 160, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.721 [INFO - Executor task launch worker for task 160.0 in stage 8.0 (TID 583)] (Logging.scala:57) Running task 160.0 in stage 8.0 (TID 583)
15:03:53.721 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 159.0 in stage 8.0 (TID 582) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (161/400)
15:03:53.726 [INFO - Executor task launch worker for task 160.0 in stage 8.0 (TID 583)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.726 [INFO - Executor task launch worker for task 160.0 in stage 8.0 (TID 583)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.728 [INFO - Executor task launch worker for task 160.0 in stage 8.0 (TID 583)] (Logging.scala:57) Finished task 160.0 in stage 8.0 (TID 583). 15690 bytes result sent to driver
15:03:53.729 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 161.0 in stage 8.0 (TID 584) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 161, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.729 [INFO - Executor task launch worker for task 161.0 in stage 8.0 (TID 584)] (Logging.scala:57) Running task 161.0 in stage 8.0 (TID 584)
15:03:53.729 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 160.0 in stage 8.0 (TID 583) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (162/400)
15:03:53.733 [INFO - Executor task launch worker for task 161.0 in stage 8.0 (TID 584)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.733 [INFO - Executor task launch worker for task 161.0 in stage 8.0 (TID 584)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.736 [INFO - Executor task launch worker for task 161.0 in stage 8.0 (TID 584)] (Logging.scala:57) Finished task 161.0 in stage 8.0 (TID 584). 15690 bytes result sent to driver
15:03:53.736 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 162.0 in stage 8.0 (TID 585) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 162, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.737 [INFO - Executor task launch worker for task 162.0 in stage 8.0 (TID 585)] (Logging.scala:57) Running task 162.0 in stage 8.0 (TID 585)
15:03:53.737 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 161.0 in stage 8.0 (TID 584) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (163/400)
15:03:53.743 [INFO - Executor task launch worker for task 162.0 in stage 8.0 (TID 585)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.743 [INFO - Executor task launch worker for task 162.0 in stage 8.0 (TID 585)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.746 [INFO - Executor task launch worker for task 162.0 in stage 8.0 (TID 585)] (Logging.scala:57) Finished task 162.0 in stage 8.0 (TID 585). 15690 bytes result sent to driver
15:03:53.746 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 163.0 in stage 8.0 (TID 586) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 163, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.747 [INFO - Executor task launch worker for task 163.0 in stage 8.0 (TID 586)] (Logging.scala:57) Running task 163.0 in stage 8.0 (TID 586)
15:03:53.747 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 162.0 in stage 8.0 (TID 585) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (164/400)
15:03:53.751 [INFO - Executor task launch worker for task 163.0 in stage 8.0 (TID 586)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.751 [INFO - Executor task launch worker for task 163.0 in stage 8.0 (TID 586)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.753 [INFO - Executor task launch worker for task 163.0 in stage 8.0 (TID 586)] (Logging.scala:57) Finished task 163.0 in stage 8.0 (TID 586). 15690 bytes result sent to driver
15:03:53.754 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 164.0 in stage 8.0 (TID 587) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 164, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.755 [INFO - Executor task launch worker for task 164.0 in stage 8.0 (TID 587)] (Logging.scala:57) Running task 164.0 in stage 8.0 (TID 587)
15:03:53.756 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 163.0 in stage 8.0 (TID 586) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (165/400)
15:03:53.762 [INFO - Executor task launch worker for task 164.0 in stage 8.0 (TID 587)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.762 [INFO - Executor task launch worker for task 164.0 in stage 8.0 (TID 587)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.764 [INFO - Executor task launch worker for task 164.0 in stage 8.0 (TID 587)] (Logging.scala:57) Finished task 164.0 in stage 8.0 (TID 587). 15690 bytes result sent to driver
15:03:53.765 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 165.0 in stage 8.0 (TID 588) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 165, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.766 [INFO - Executor task launch worker for task 165.0 in stage 8.0 (TID 588)] (Logging.scala:57) Running task 165.0 in stage 8.0 (TID 588)
15:03:53.766 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 164.0 in stage 8.0 (TID 587) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (166/400)
15:03:53.770 [INFO - Executor task launch worker for task 165.0 in stage 8.0 (TID 588)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.770 [INFO - Executor task launch worker for task 165.0 in stage 8.0 (TID 588)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.773 [INFO - Executor task launch worker for task 165.0 in stage 8.0 (TID 588)] (Logging.scala:57) Finished task 165.0 in stage 8.0 (TID 588). 15690 bytes result sent to driver
15:03:53.773 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 166.0 in stage 8.0 (TID 589) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 166, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.773 [INFO - Executor task launch worker for task 166.0 in stage 8.0 (TID 589)] (Logging.scala:57) Running task 166.0 in stage 8.0 (TID 589)
15:03:53.774 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 165.0 in stage 8.0 (TID 588) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (167/400)
15:03:53.780 [INFO - Executor task launch worker for task 166.0 in stage 8.0 (TID 589)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.780 [INFO - Executor task launch worker for task 166.0 in stage 8.0 (TID 589)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.782 [INFO - Executor task launch worker for task 166.0 in stage 8.0 (TID 589)] (Logging.scala:57) Finished task 166.0 in stage 8.0 (TID 589). 15690 bytes result sent to driver
15:03:53.783 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 167.0 in stage 8.0 (TID 590) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 167, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.783 [INFO - Executor task launch worker for task 167.0 in stage 8.0 (TID 590)] (Logging.scala:57) Running task 167.0 in stage 8.0 (TID 590)
15:03:53.784 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 166.0 in stage 8.0 (TID 589) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (168/400)
15:03:53.787 [INFO - Executor task launch worker for task 167.0 in stage 8.0 (TID 590)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.788 [INFO - Executor task launch worker for task 167.0 in stage 8.0 (TID 590)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.790 [INFO - Executor task launch worker for task 167.0 in stage 8.0 (TID 590)] (Logging.scala:57) Finished task 167.0 in stage 8.0 (TID 590). 15690 bytes result sent to driver
15:03:53.791 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 168.0 in stage 8.0 (TID 591) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 168, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.791 [INFO - Executor task launch worker for task 168.0 in stage 8.0 (TID 591)] (Logging.scala:57) Running task 168.0 in stage 8.0 (TID 591)
15:03:53.791 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 167.0 in stage 8.0 (TID 590) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (169/400)
15:03:53.795 [INFO - Executor task launch worker for task 168.0 in stage 8.0 (TID 591)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.795 [INFO - Executor task launch worker for task 168.0 in stage 8.0 (TID 591)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.797 [INFO - Executor task launch worker for task 168.0 in stage 8.0 (TID 591)] (Logging.scala:57) Finished task 168.0 in stage 8.0 (TID 591). 15690 bytes result sent to driver
15:03:53.798 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 169.0 in stage 8.0 (TID 592) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 169, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.798 [INFO - Executor task launch worker for task 169.0 in stage 8.0 (TID 592)] (Logging.scala:57) Running task 169.0 in stage 8.0 (TID 592)
15:03:53.798 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 168.0 in stage 8.0 (TID 591) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (170/400)
15:03:53.804 [INFO - Executor task launch worker for task 169.0 in stage 8.0 (TID 592)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.804 [INFO - Executor task launch worker for task 169.0 in stage 8.0 (TID 592)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.807 [INFO - Executor task launch worker for task 169.0 in stage 8.0 (TID 592)] (Logging.scala:57) Finished task 169.0 in stage 8.0 (TID 592). 15690 bytes result sent to driver
15:03:53.807 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 170.0 in stage 8.0 (TID 593) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 170, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.808 [INFO - Executor task launch worker for task 170.0 in stage 8.0 (TID 593)] (Logging.scala:57) Running task 170.0 in stage 8.0 (TID 593)
15:03:53.808 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 169.0 in stage 8.0 (TID 592) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (171/400)
15:03:53.812 [INFO - Executor task launch worker for task 170.0 in stage 8.0 (TID 593)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.812 [INFO - Executor task launch worker for task 170.0 in stage 8.0 (TID 593)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.814 [INFO - Executor task launch worker for task 170.0 in stage 8.0 (TID 593)] (Logging.scala:57) Finished task 170.0 in stage 8.0 (TID 593). 15690 bytes result sent to driver
15:03:53.814 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 171.0 in stage 8.0 (TID 594) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 171, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.815 [INFO - Executor task launch worker for task 171.0 in stage 8.0 (TID 594)] (Logging.scala:57) Running task 171.0 in stage 8.0 (TID 594)
15:03:53.815 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 170.0 in stage 8.0 (TID 593) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (172/400)
15:03:53.819 [INFO - Executor task launch worker for task 171.0 in stage 8.0 (TID 594)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.819 [INFO - Executor task launch worker for task 171.0 in stage 8.0 (TID 594)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.821 [INFO - Executor task launch worker for task 171.0 in stage 8.0 (TID 594)] (Logging.scala:57) Finished task 171.0 in stage 8.0 (TID 594). 15690 bytes result sent to driver
15:03:53.822 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 172.0 in stage 8.0 (TID 595) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 172, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.822 [INFO - Executor task launch worker for task 172.0 in stage 8.0 (TID 595)] (Logging.scala:57) Running task 172.0 in stage 8.0 (TID 595)
15:03:53.822 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 171.0 in stage 8.0 (TID 594) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (173/400)
15:03:53.826 [INFO - Executor task launch worker for task 172.0 in stage 8.0 (TID 595)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.826 [INFO - Executor task launch worker for task 172.0 in stage 8.0 (TID 595)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.828 [INFO - Executor task launch worker for task 172.0 in stage 8.0 (TID 595)] (Logging.scala:57) Finished task 172.0 in stage 8.0 (TID 595). 15690 bytes result sent to driver
15:03:53.829 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 173.0 in stage 8.0 (TID 596) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 173, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.830 [INFO - Executor task launch worker for task 173.0 in stage 8.0 (TID 596)] (Logging.scala:57) Running task 173.0 in stage 8.0 (TID 596)
15:03:53.830 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 172.0 in stage 8.0 (TID 595) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (174/400)
15:03:53.834 [INFO - Executor task launch worker for task 173.0 in stage 8.0 (TID 596)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.834 [INFO - Executor task launch worker for task 173.0 in stage 8.0 (TID 596)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.836 [INFO - Executor task launch worker for task 173.0 in stage 8.0 (TID 596)] (Logging.scala:57) Finished task 173.0 in stage 8.0 (TID 596). 15690 bytes result sent to driver
15:03:53.837 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 174.0 in stage 8.0 (TID 597) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 174, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.837 [INFO - Executor task launch worker for task 174.0 in stage 8.0 (TID 597)] (Logging.scala:57) Running task 174.0 in stage 8.0 (TID 597)
15:03:53.837 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 173.0 in stage 8.0 (TID 596) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (175/400)
15:03:53.843 [INFO - Executor task launch worker for task 174.0 in stage 8.0 (TID 597)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.843 [INFO - Executor task launch worker for task 174.0 in stage 8.0 (TID 597)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.846 [INFO - Executor task launch worker for task 174.0 in stage 8.0 (TID 597)] (Logging.scala:57) Finished task 174.0 in stage 8.0 (TID 597). 15690 bytes result sent to driver
15:03:53.846 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 175.0 in stage 8.0 (TID 598) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 175, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.847 [INFO - Executor task launch worker for task 175.0 in stage 8.0 (TID 598)] (Logging.scala:57) Running task 175.0 in stage 8.0 (TID 598)
15:03:53.847 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 174.0 in stage 8.0 (TID 597) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (176/400)
15:03:53.851 [INFO - Executor task launch worker for task 175.0 in stage 8.0 (TID 598)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.851 [INFO - Executor task launch worker for task 175.0 in stage 8.0 (TID 598)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.853 [INFO - Executor task launch worker for task 175.0 in stage 8.0 (TID 598)] (Logging.scala:57) Finished task 175.0 in stage 8.0 (TID 598). 15690 bytes result sent to driver
15:03:53.854 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 176.0 in stage 8.0 (TID 599) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 176, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.854 [INFO - Executor task launch worker for task 176.0 in stage 8.0 (TID 599)] (Logging.scala:57) Running task 176.0 in stage 8.0 (TID 599)
15:03:53.854 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 175.0 in stage 8.0 (TID 598) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (177/400)
15:03:53.860 [INFO - Executor task launch worker for task 176.0 in stage 8.0 (TID 599)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.860 [INFO - Executor task launch worker for task 176.0 in stage 8.0 (TID 599)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.862 [INFO - Executor task launch worker for task 176.0 in stage 8.0 (TID 599)] (Logging.scala:57) Finished task 176.0 in stage 8.0 (TID 599). 15690 bytes result sent to driver
15:03:53.863 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 177.0 in stage 8.0 (TID 600) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 177, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.863 [INFO - Executor task launch worker for task 177.0 in stage 8.0 (TID 600)] (Logging.scala:57) Running task 177.0 in stage 8.0 (TID 600)
15:03:53.863 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 176.0 in stage 8.0 (TID 599) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (178/400)
15:03:53.867 [INFO - Executor task launch worker for task 177.0 in stage 8.0 (TID 600)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.867 [INFO - Executor task launch worker for task 177.0 in stage 8.0 (TID 600)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.869 [INFO - Executor task launch worker for task 177.0 in stage 8.0 (TID 600)] (Logging.scala:57) Finished task 177.0 in stage 8.0 (TID 600). 15690 bytes result sent to driver
15:03:53.870 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 178.0 in stage 8.0 (TID 601) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 178, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.870 [INFO - Executor task launch worker for task 178.0 in stage 8.0 (TID 601)] (Logging.scala:57) Running task 178.0 in stage 8.0 (TID 601)
15:03:53.871 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 177.0 in stage 8.0 (TID 600) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (179/400)
15:03:53.874 [INFO - Executor task launch worker for task 178.0 in stage 8.0 (TID 601)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.874 [INFO - Executor task launch worker for task 178.0 in stage 8.0 (TID 601)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.877 [INFO - Executor task launch worker for task 178.0 in stage 8.0 (TID 601)] (Logging.scala:57) Finished task 178.0 in stage 8.0 (TID 601). 15690 bytes result sent to driver
15:03:53.877 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 179.0 in stage 8.0 (TID 602) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 179, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.878 [INFO - Executor task launch worker for task 179.0 in stage 8.0 (TID 602)] (Logging.scala:57) Running task 179.0 in stage 8.0 (TID 602)
15:03:53.878 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 178.0 in stage 8.0 (TID 601) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (180/400)
15:03:53.882 [INFO - Executor task launch worker for task 179.0 in stage 8.0 (TID 602)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.882 [INFO - Executor task launch worker for task 179.0 in stage 8.0 (TID 602)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.884 [INFO - Executor task launch worker for task 179.0 in stage 8.0 (TID 602)] (Logging.scala:57) Finished task 179.0 in stage 8.0 (TID 602). 15690 bytes result sent to driver
15:03:53.885 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 180.0 in stage 8.0 (TID 603) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 180, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.885 [INFO - Executor task launch worker for task 180.0 in stage 8.0 (TID 603)] (Logging.scala:57) Running task 180.0 in stage 8.0 (TID 603)
15:03:53.885 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 179.0 in stage 8.0 (TID 602) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (181/400)
15:03:53.891 [INFO - Executor task launch worker for task 180.0 in stage 8.0 (TID 603)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.891 [INFO - Executor task launch worker for task 180.0 in stage 8.0 (TID 603)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.894 [INFO - Executor task launch worker for task 180.0 in stage 8.0 (TID 603)] (Logging.scala:57) Finished task 180.0 in stage 8.0 (TID 603). 15690 bytes result sent to driver
15:03:53.895 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 181.0 in stage 8.0 (TID 604) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 181, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.895 [INFO - Executor task launch worker for task 181.0 in stage 8.0 (TID 604)] (Logging.scala:57) Running task 181.0 in stage 8.0 (TID 604)
15:03:53.896 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 180.0 in stage 8.0 (TID 603) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (182/400)
15:03:53.899 [INFO - Executor task launch worker for task 181.0 in stage 8.0 (TID 604)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.900 [INFO - Executor task launch worker for task 181.0 in stage 8.0 (TID 604)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.902 [INFO - Executor task launch worker for task 181.0 in stage 8.0 (TID 604)] (Logging.scala:57) Finished task 181.0 in stage 8.0 (TID 604). 15690 bytes result sent to driver
15:03:53.902 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 182.0 in stage 8.0 (TID 605) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 182, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.903 [INFO - Executor task launch worker for task 182.0 in stage 8.0 (TID 605)] (Logging.scala:57) Running task 182.0 in stage 8.0 (TID 605)
15:03:53.903 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 181.0 in stage 8.0 (TID 604) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (183/400)
15:03:53.907 [INFO - Executor task launch worker for task 182.0 in stage 8.0 (TID 605)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.907 [INFO - Executor task launch worker for task 182.0 in stage 8.0 (TID 605)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.909 [INFO - Executor task launch worker for task 182.0 in stage 8.0 (TID 605)] (Logging.scala:57) Finished task 182.0 in stage 8.0 (TID 605). 15690 bytes result sent to driver
15:03:53.909 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 183.0 in stage 8.0 (TID 606) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 183, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.910 [INFO - Executor task launch worker for task 183.0 in stage 8.0 (TID 606)] (Logging.scala:57) Running task 183.0 in stage 8.0 (TID 606)
15:03:53.910 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 182.0 in stage 8.0 (TID 605) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (184/400)
15:03:53.914 [INFO - Executor task launch worker for task 183.0 in stage 8.0 (TID 606)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.914 [INFO - Executor task launch worker for task 183.0 in stage 8.0 (TID 606)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.916 [INFO - Executor task launch worker for task 183.0 in stage 8.0 (TID 606)] (Logging.scala:57) Finished task 183.0 in stage 8.0 (TID 606). 15690 bytes result sent to driver
15:03:53.917 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 184.0 in stage 8.0 (TID 607) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 184, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.917 [INFO - Executor task launch worker for task 184.0 in stage 8.0 (TID 607)] (Logging.scala:57) Running task 184.0 in stage 8.0 (TID 607)
15:03:53.917 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 183.0 in stage 8.0 (TID 606) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (185/400)
15:03:53.921 [INFO - Executor task launch worker for task 184.0 in stage 8.0 (TID 607)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.921 [INFO - Executor task launch worker for task 184.0 in stage 8.0 (TID 607)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.923 [INFO - Executor task launch worker for task 184.0 in stage 8.0 (TID 607)] (Logging.scala:57) Finished task 184.0 in stage 8.0 (TID 607). 15690 bytes result sent to driver
15:03:53.924 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 185.0 in stage 8.0 (TID 608) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 185, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.924 [INFO - Executor task launch worker for task 185.0 in stage 8.0 (TID 608)] (Logging.scala:57) Running task 185.0 in stage 8.0 (TID 608)
15:03:53.924 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 184.0 in stage 8.0 (TID 607) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (186/400)
15:03:53.930 [INFO - Executor task launch worker for task 185.0 in stage 8.0 (TID 608)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.930 [INFO - Executor task launch worker for task 185.0 in stage 8.0 (TID 608)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.933 [INFO - Executor task launch worker for task 185.0 in stage 8.0 (TID 608)] (Logging.scala:57) Finished task 185.0 in stage 8.0 (TID 608). 15690 bytes result sent to driver
15:03:53.933 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 186.0 in stage 8.0 (TID 609) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 186, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.933 [INFO - Executor task launch worker for task 186.0 in stage 8.0 (TID 609)] (Logging.scala:57) Running task 186.0 in stage 8.0 (TID 609)
15:03:53.934 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 185.0 in stage 8.0 (TID 608) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (187/400)
15:03:53.937 [INFO - Executor task launch worker for task 186.0 in stage 8.0 (TID 609)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.937 [INFO - Executor task launch worker for task 186.0 in stage 8.0 (TID 609)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.939 [INFO - Executor task launch worker for task 186.0 in stage 8.0 (TID 609)] (Logging.scala:57) Finished task 186.0 in stage 8.0 (TID 609). 15690 bytes result sent to driver
15:03:53.940 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 187.0 in stage 8.0 (TID 610) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 187, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.940 [INFO - Executor task launch worker for task 187.0 in stage 8.0 (TID 610)] (Logging.scala:57) Running task 187.0 in stage 8.0 (TID 610)
15:03:53.941 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 186.0 in stage 8.0 (TID 609) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (188/400)
15:03:53.944 [INFO - Executor task launch worker for task 187.0 in stage 8.0 (TID 610)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.944 [INFO - Executor task launch worker for task 187.0 in stage 8.0 (TID 610)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.947 [INFO - Executor task launch worker for task 187.0 in stage 8.0 (TID 610)] (Logging.scala:57) Finished task 187.0 in stage 8.0 (TID 610). 15690 bytes result sent to driver
15:03:53.947 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 188.0 in stage 8.0 (TID 611) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 188, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.947 [INFO - Executor task launch worker for task 188.0 in stage 8.0 (TID 611)] (Logging.scala:57) Running task 188.0 in stage 8.0 (TID 611)
15:03:53.948 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 187.0 in stage 8.0 (TID 610) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (189/400)
15:03:53.951 [INFO - Executor task launch worker for task 188.0 in stage 8.0 (TID 611)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.951 [INFO - Executor task launch worker for task 188.0 in stage 8.0 (TID 611)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.953 [INFO - Executor task launch worker for task 188.0 in stage 8.0 (TID 611)] (Logging.scala:57) Finished task 188.0 in stage 8.0 (TID 611). 15690 bytes result sent to driver
15:03:53.954 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 189.0 in stage 8.0 (TID 612) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 189, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.955 [INFO - Executor task launch worker for task 189.0 in stage 8.0 (TID 612)] (Logging.scala:57) Running task 189.0 in stage 8.0 (TID 612)
15:03:53.955 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 188.0 in stage 8.0 (TID 611) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (190/400)
15:03:53.961 [INFO - Executor task launch worker for task 189.0 in stage 8.0 (TID 612)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.961 [INFO - Executor task launch worker for task 189.0 in stage 8.0 (TID 612)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.964 [INFO - Executor task launch worker for task 189.0 in stage 8.0 (TID 612)] (Logging.scala:57) Finished task 189.0 in stage 8.0 (TID 612). 15690 bytes result sent to driver
15:03:53.964 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 190.0 in stage 8.0 (TID 613) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 190, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.965 [INFO - Executor task launch worker for task 190.0 in stage 8.0 (TID 613)] (Logging.scala:57) Running task 190.0 in stage 8.0 (TID 613)
15:03:53.965 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 189.0 in stage 8.0 (TID 612) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (191/400)
15:03:53.970 [INFO - Executor task launch worker for task 190.0 in stage 8.0 (TID 613)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.970 [INFO - Executor task launch worker for task 190.0 in stage 8.0 (TID 613)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.972 [INFO - Executor task launch worker for task 190.0 in stage 8.0 (TID 613)] (Logging.scala:57) Finished task 190.0 in stage 8.0 (TID 613). 15690 bytes result sent to driver
15:03:53.973 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 191.0 in stage 8.0 (TID 614) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 191, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.973 [INFO - Executor task launch worker for task 191.0 in stage 8.0 (TID 614)] (Logging.scala:57) Running task 191.0 in stage 8.0 (TID 614)
15:03:53.973 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 190.0 in stage 8.0 (TID 613) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (192/400)
15:03:53.978 [INFO - Executor task launch worker for task 191.0 in stage 8.0 (TID 614)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.978 [INFO - Executor task launch worker for task 191.0 in stage 8.0 (TID 614)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.980 [INFO - Executor task launch worker for task 191.0 in stage 8.0 (TID 614)] (Logging.scala:57) Finished task 191.0 in stage 8.0 (TID 614). 15690 bytes result sent to driver
15:03:53.981 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 192.0 in stage 8.0 (TID 615) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 192, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.981 [INFO - Executor task launch worker for task 192.0 in stage 8.0 (TID 615)] (Logging.scala:57) Running task 192.0 in stage 8.0 (TID 615)
15:03:53.982 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 191.0 in stage 8.0 (TID 614) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (193/400)
15:03:53.987 [INFO - Executor task launch worker for task 192.0 in stage 8.0 (TID 615)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.988 [INFO - Executor task launch worker for task 192.0 in stage 8.0 (TID 615)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:53.991 [INFO - Executor task launch worker for task 192.0 in stage 8.0 (TID 615)] (Logging.scala:57) Finished task 192.0 in stage 8.0 (TID 615). 15690 bytes result sent to driver
15:03:53.991 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 193.0 in stage 8.0 (TID 616) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 193, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:53.992 [INFO - Executor task launch worker for task 193.0 in stage 8.0 (TID 616)] (Logging.scala:57) Running task 193.0 in stage 8.0 (TID 616)
15:03:53.992 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 192.0 in stage 8.0 (TID 615) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (194/400)
15:03:53.998 [INFO - Executor task launch worker for task 193.0 in stage 8.0 (TID 616)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:53.998 [INFO - Executor task launch worker for task 193.0 in stage 8.0 (TID 616)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.001 [INFO - Executor task launch worker for task 193.0 in stage 8.0 (TID 616)] (Logging.scala:57) Finished task 193.0 in stage 8.0 (TID 616). 15690 bytes result sent to driver
15:03:54.002 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 194.0 in stage 8.0 (TID 617) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 194, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.003 [INFO - Executor task launch worker for task 194.0 in stage 8.0 (TID 617)] (Logging.scala:57) Running task 194.0 in stage 8.0 (TID 617)
15:03:54.003 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 193.0 in stage 8.0 (TID 616) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (195/400)
15:03:54.009 [INFO - Executor task launch worker for task 194.0 in stage 8.0 (TID 617)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.010 [INFO - Executor task launch worker for task 194.0 in stage 8.0 (TID 617)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.013 [INFO - Executor task launch worker for task 194.0 in stage 8.0 (TID 617)] (Logging.scala:57) Finished task 194.0 in stage 8.0 (TID 617). 15690 bytes result sent to driver
15:03:54.014 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 195.0 in stage 8.0 (TID 618) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 195, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.014 [INFO - Executor task launch worker for task 195.0 in stage 8.0 (TID 618)] (Logging.scala:57) Running task 195.0 in stage 8.0 (TID 618)
15:03:54.015 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 194.0 in stage 8.0 (TID 617) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (196/400)
15:03:54.019 [INFO - Executor task launch worker for task 195.0 in stage 8.0 (TID 618)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.019 [INFO - Executor task launch worker for task 195.0 in stage 8.0 (TID 618)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.022 [INFO - Executor task launch worker for task 195.0 in stage 8.0 (TID 618)] (Logging.scala:57) Finished task 195.0 in stage 8.0 (TID 618). 15690 bytes result sent to driver
15:03:54.022 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 196.0 in stage 8.0 (TID 619) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 196, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.023 [INFO - Executor task launch worker for task 196.0 in stage 8.0 (TID 619)] (Logging.scala:57) Running task 196.0 in stage 8.0 (TID 619)
15:03:54.023 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 195.0 in stage 8.0 (TID 618) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (197/400)
15:03:54.028 [INFO - Executor task launch worker for task 196.0 in stage 8.0 (TID 619)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.028 [INFO - Executor task launch worker for task 196.0 in stage 8.0 (TID 619)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.030 [INFO - Executor task launch worker for task 196.0 in stage 8.0 (TID 619)] (Logging.scala:57) Finished task 196.0 in stage 8.0 (TID 619). 15690 bytes result sent to driver
15:03:54.031 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 197.0 in stage 8.0 (TID 620) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 197, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.031 [INFO - Executor task launch worker for task 197.0 in stage 8.0 (TID 620)] (Logging.scala:57) Running task 197.0 in stage 8.0 (TID 620)
15:03:54.032 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 196.0 in stage 8.0 (TID 619) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (198/400)
15:03:54.038 [INFO - Executor task launch worker for task 197.0 in stage 8.0 (TID 620)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.038 [INFO - Executor task launch worker for task 197.0 in stage 8.0 (TID 620)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.041 [INFO - Executor task launch worker for task 197.0 in stage 8.0 (TID 620)] (Logging.scala:57) Finished task 197.0 in stage 8.0 (TID 620). 15690 bytes result sent to driver
15:03:54.042 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 198.0 in stage 8.0 (TID 621) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 198, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.043 [INFO - Executor task launch worker for task 198.0 in stage 8.0 (TID 621)] (Logging.scala:57) Running task 198.0 in stage 8.0 (TID 621)
15:03:54.043 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 197.0 in stage 8.0 (TID 620) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (199/400)
15:03:54.049 [INFO - Executor task launch worker for task 198.0 in stage 8.0 (TID 621)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.049 [INFO - Executor task launch worker for task 198.0 in stage 8.0 (TID 621)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.052 [INFO - Executor task launch worker for task 198.0 in stage 8.0 (TID 621)] (Logging.scala:57) Finished task 198.0 in stage 8.0 (TID 621). 15690 bytes result sent to driver
15:03:54.052 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 199.0 in stage 8.0 (TID 622) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 199, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.053 [INFO - Executor task launch worker for task 199.0 in stage 8.0 (TID 622)] (Logging.scala:57) Running task 199.0 in stage 8.0 (TID 622)
15:03:54.053 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 198.0 in stage 8.0 (TID 621) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (200/400)
15:03:54.058 [INFO - Executor task launch worker for task 199.0 in stage 8.0 (TID 622)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.058 [INFO - Executor task launch worker for task 199.0 in stage 8.0 (TID 622)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.060 [INFO - Executor task launch worker for task 199.0 in stage 8.0 (TID 622)] (Logging.scala:57) Finished task 199.0 in stage 8.0 (TID 622). 15690 bytes result sent to driver
15:03:54.061 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 200.0 in stage 8.0 (TID 623) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 200, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.061 [INFO - Executor task launch worker for task 200.0 in stage 8.0 (TID 623)] (Logging.scala:57) Running task 200.0 in stage 8.0 (TID 623)
15:03:54.061 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 199.0 in stage 8.0 (TID 622) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (201/400)
15:03:54.065 [INFO - Executor task launch worker for task 200.0 in stage 8.0 (TID 623)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.065 [INFO - Executor task launch worker for task 200.0 in stage 8.0 (TID 623)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.067 [INFO - Executor task launch worker for task 200.0 in stage 8.0 (TID 623)] (Logging.scala:57) Finished task 200.0 in stage 8.0 (TID 623). 15690 bytes result sent to driver
15:03:54.068 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 201.0 in stage 8.0 (TID 624) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 201, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.068 [INFO - Executor task launch worker for task 201.0 in stage 8.0 (TID 624)] (Logging.scala:57) Running task 201.0 in stage 8.0 (TID 624)
15:03:54.069 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 200.0 in stage 8.0 (TID 623) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (202/400)
15:03:54.073 [INFO - Executor task launch worker for task 201.0 in stage 8.0 (TID 624)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.073 [INFO - Executor task launch worker for task 201.0 in stage 8.0 (TID 624)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.075 [INFO - Executor task launch worker for task 201.0 in stage 8.0 (TID 624)] (Logging.scala:57) Finished task 201.0 in stage 8.0 (TID 624). 15690 bytes result sent to driver
15:03:54.076 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 202.0 in stage 8.0 (TID 625) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 202, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.076 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 201.0 in stage 8.0 (TID 624) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (203/400)
15:03:54.076 [INFO - Executor task launch worker for task 202.0 in stage 8.0 (TID 625)] (Logging.scala:57) Running task 202.0 in stage 8.0 (TID 625)
15:03:54.082 [INFO - Executor task launch worker for task 202.0 in stage 8.0 (TID 625)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.082 [INFO - Executor task launch worker for task 202.0 in stage 8.0 (TID 625)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.085 [INFO - Executor task launch worker for task 202.0 in stage 8.0 (TID 625)] (Logging.scala:57) Finished task 202.0 in stage 8.0 (TID 625). 15690 bytes result sent to driver
15:03:54.086 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 203.0 in stage 8.0 (TID 626) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 203, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.086 [INFO - Executor task launch worker for task 203.0 in stage 8.0 (TID 626)] (Logging.scala:57) Running task 203.0 in stage 8.0 (TID 626)
15:03:54.086 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 202.0 in stage 8.0 (TID 625) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (204/400)
15:03:54.091 [INFO - Executor task launch worker for task 203.0 in stage 8.0 (TID 626)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.091 [INFO - Executor task launch worker for task 203.0 in stage 8.0 (TID 626)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.093 [INFO - Executor task launch worker for task 203.0 in stage 8.0 (TID 626)] (Logging.scala:57) Finished task 203.0 in stage 8.0 (TID 626). 15690 bytes result sent to driver
15:03:54.094 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 204.0 in stage 8.0 (TID 627) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 204, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.094 [INFO - Executor task launch worker for task 204.0 in stage 8.0 (TID 627)] (Logging.scala:57) Running task 204.0 in stage 8.0 (TID 627)
15:03:54.094 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 203.0 in stage 8.0 (TID 626) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (205/400)
15:03:54.098 [INFO - Executor task launch worker for task 204.0 in stage 8.0 (TID 627)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.098 [INFO - Executor task launch worker for task 204.0 in stage 8.0 (TID 627)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.100 [INFO - Executor task launch worker for task 204.0 in stage 8.0 (TID 627)] (Logging.scala:57) Finished task 204.0 in stage 8.0 (TID 627). 15690 bytes result sent to driver
15:03:54.101 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 205.0 in stage 8.0 (TID 628) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 205, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.101 [INFO - Executor task launch worker for task 205.0 in stage 8.0 (TID 628)] (Logging.scala:57) Running task 205.0 in stage 8.0 (TID 628)
15:03:54.101 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 204.0 in stage 8.0 (TID 627) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (206/400)
15:03:54.107 [INFO - Executor task launch worker for task 205.0 in stage 8.0 (TID 628)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.107 [INFO - Executor task launch worker for task 205.0 in stage 8.0 (TID 628)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.110 [INFO - Executor task launch worker for task 205.0 in stage 8.0 (TID 628)] (Logging.scala:57) Finished task 205.0 in stage 8.0 (TID 628). 15690 bytes result sent to driver
15:03:54.111 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 206.0 in stage 8.0 (TID 629) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 206, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.111 [INFO - Executor task launch worker for task 206.0 in stage 8.0 (TID 629)] (Logging.scala:57) Running task 206.0 in stage 8.0 (TID 629)
15:03:54.111 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 205.0 in stage 8.0 (TID 628) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (207/400)
15:03:54.117 [INFO - Executor task launch worker for task 206.0 in stage 8.0 (TID 629)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.117 [INFO - Executor task launch worker for task 206.0 in stage 8.0 (TID 629)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.120 [INFO - Executor task launch worker for task 206.0 in stage 8.0 (TID 629)] (Logging.scala:57) Finished task 206.0 in stage 8.0 (TID 629). 15690 bytes result sent to driver
15:03:54.121 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 207.0 in stage 8.0 (TID 630) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 207, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.121 [INFO - Executor task launch worker for task 207.0 in stage 8.0 (TID 630)] (Logging.scala:57) Running task 207.0 in stage 8.0 (TID 630)
15:03:54.122 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 206.0 in stage 8.0 (TID 629) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (208/400)
15:03:54.125 [INFO - Executor task launch worker for task 207.0 in stage 8.0 (TID 630)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.126 [INFO - Executor task launch worker for task 207.0 in stage 8.0 (TID 630)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.128 [INFO - Executor task launch worker for task 207.0 in stage 8.0 (TID 630)] (Logging.scala:57) Finished task 207.0 in stage 8.0 (TID 630). 15690 bytes result sent to driver
15:03:54.128 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 208.0 in stage 8.0 (TID 631) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 208, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.129 [INFO - Executor task launch worker for task 208.0 in stage 8.0 (TID 631)] (Logging.scala:57) Running task 208.0 in stage 8.0 (TID 631)
15:03:54.129 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 207.0 in stage 8.0 (TID 630) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (209/400)
15:03:54.134 [INFO - Executor task launch worker for task 208.0 in stage 8.0 (TID 631)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.134 [INFO - Executor task launch worker for task 208.0 in stage 8.0 (TID 631)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.136 [INFO - Executor task launch worker for task 208.0 in stage 8.0 (TID 631)] (Logging.scala:57) Finished task 208.0 in stage 8.0 (TID 631). 15690 bytes result sent to driver
15:03:54.137 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 209.0 in stage 8.0 (TID 632) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 209, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.137 [INFO - Executor task launch worker for task 209.0 in stage 8.0 (TID 632)] (Logging.scala:57) Running task 209.0 in stage 8.0 (TID 632)
15:03:54.137 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 208.0 in stage 8.0 (TID 631) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (210/400)
15:03:54.143 [INFO - Executor task launch worker for task 209.0 in stage 8.0 (TID 632)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.143 [INFO - Executor task launch worker for task 209.0 in stage 8.0 (TID 632)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.146 [INFO - Executor task launch worker for task 209.0 in stage 8.0 (TID 632)] (Logging.scala:57) Finished task 209.0 in stage 8.0 (TID 632). 15690 bytes result sent to driver
15:03:54.147 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 210.0 in stage 8.0 (TID 633) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 210, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.147 [INFO - Executor task launch worker for task 210.0 in stage 8.0 (TID 633)] (Logging.scala:57) Running task 210.0 in stage 8.0 (TID 633)
15:03:54.148 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 209.0 in stage 8.0 (TID 632) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (211/400)
15:03:54.153 [INFO - Executor task launch worker for task 210.0 in stage 8.0 (TID 633)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.153 [INFO - Executor task launch worker for task 210.0 in stage 8.0 (TID 633)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.156 [INFO - Executor task launch worker for task 210.0 in stage 8.0 (TID 633)] (Logging.scala:57) Finished task 210.0 in stage 8.0 (TID 633). 15690 bytes result sent to driver
15:03:54.157 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 211.0 in stage 8.0 (TID 634) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 211, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.158 [INFO - Executor task launch worker for task 211.0 in stage 8.0 (TID 634)] (Logging.scala:57) Running task 211.0 in stage 8.0 (TID 634)
15:03:54.158 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 210.0 in stage 8.0 (TID 633) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (212/400)
15:03:54.162 [INFO - Executor task launch worker for task 211.0 in stage 8.0 (TID 634)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.162 [INFO - Executor task launch worker for task 211.0 in stage 8.0 (TID 634)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.164 [INFO - Executor task launch worker for task 211.0 in stage 8.0 (TID 634)] (Logging.scala:57) Finished task 211.0 in stage 8.0 (TID 634). 15690 bytes result sent to driver
15:03:54.165 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 212.0 in stage 8.0 (TID 635) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 212, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.165 [INFO - Executor task launch worker for task 212.0 in stage 8.0 (TID 635)] (Logging.scala:57) Running task 212.0 in stage 8.0 (TID 635)
15:03:54.165 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 211.0 in stage 8.0 (TID 634) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (213/400)
15:03:54.170 [INFO - Executor task launch worker for task 212.0 in stage 8.0 (TID 635)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.170 [INFO - Executor task launch worker for task 212.0 in stage 8.0 (TID 635)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.172 [INFO - Executor task launch worker for task 212.0 in stage 8.0 (TID 635)] (Logging.scala:57) Finished task 212.0 in stage 8.0 (TID 635). 15690 bytes result sent to driver
15:03:54.173 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 213.0 in stage 8.0 (TID 636) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 213, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.173 [INFO - Executor task launch worker for task 213.0 in stage 8.0 (TID 636)] (Logging.scala:57) Running task 213.0 in stage 8.0 (TID 636)
15:03:54.173 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 212.0 in stage 8.0 (TID 635) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (214/400)
15:03:54.178 [INFO - Executor task launch worker for task 213.0 in stage 8.0 (TID 636)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.179 [INFO - Executor task launch worker for task 213.0 in stage 8.0 (TID 636)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.182 [INFO - Executor task launch worker for task 213.0 in stage 8.0 (TID 636)] (Logging.scala:57) Finished task 213.0 in stage 8.0 (TID 636). 15690 bytes result sent to driver
15:03:54.182 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 214.0 in stage 8.0 (TID 637) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 214, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.183 [INFO - Executor task launch worker for task 214.0 in stage 8.0 (TID 637)] (Logging.scala:57) Running task 214.0 in stage 8.0 (TID 637)
15:03:54.183 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 213.0 in stage 8.0 (TID 636) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (215/400)
15:03:54.187 [INFO - Executor task launch worker for task 214.0 in stage 8.0 (TID 637)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.187 [INFO - Executor task launch worker for task 214.0 in stage 8.0 (TID 637)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.189 [INFO - Executor task launch worker for task 214.0 in stage 8.0 (TID 637)] (Logging.scala:57) Finished task 214.0 in stage 8.0 (TID 637). 15690 bytes result sent to driver
15:03:54.190 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 215.0 in stage 8.0 (TID 638) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 215, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.190 [INFO - Executor task launch worker for task 215.0 in stage 8.0 (TID 638)] (Logging.scala:57) Running task 215.0 in stage 8.0 (TID 638)
15:03:54.190 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 214.0 in stage 8.0 (TID 637) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (216/400)
15:03:54.194 [INFO - Executor task launch worker for task 215.0 in stage 8.0 (TID 638)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.194 [INFO - Executor task launch worker for task 215.0 in stage 8.0 (TID 638)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.196 [INFO - Executor task launch worker for task 215.0 in stage 8.0 (TID 638)] (Logging.scala:57) Finished task 215.0 in stage 8.0 (TID 638). 15690 bytes result sent to driver
15:03:54.197 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 216.0 in stage 8.0 (TID 639) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 216, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.197 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 215.0 in stage 8.0 (TID 638) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (217/400)
15:03:54.198 [INFO - Executor task launch worker for task 216.0 in stage 8.0 (TID 639)] (Logging.scala:57) Running task 216.0 in stage 8.0 (TID 639)
15:03:54.202 [INFO - Executor task launch worker for task 216.0 in stage 8.0 (TID 639)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.202 [INFO - Executor task launch worker for task 216.0 in stage 8.0 (TID 639)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.205 [INFO - Executor task launch worker for task 216.0 in stage 8.0 (TID 639)] (Logging.scala:57) Finished task 216.0 in stage 8.0 (TID 639). 15690 bytes result sent to driver
15:03:54.205 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 217.0 in stage 8.0 (TID 640) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 217, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.206 [INFO - Executor task launch worker for task 217.0 in stage 8.0 (TID 640)] (Logging.scala:57) Running task 217.0 in stage 8.0 (TID 640)
15:03:54.206 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 216.0 in stage 8.0 (TID 639) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (218/400)
15:03:54.211 [INFO - Executor task launch worker for task 217.0 in stage 8.0 (TID 640)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.211 [INFO - Executor task launch worker for task 217.0 in stage 8.0 (TID 640)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.213 [INFO - Executor task launch worker for task 217.0 in stage 8.0 (TID 640)] (Logging.scala:57) Finished task 217.0 in stage 8.0 (TID 640). 15690 bytes result sent to driver
15:03:54.213 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 218.0 in stage 8.0 (TID 641) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 218, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.214 [INFO - Executor task launch worker for task 218.0 in stage 8.0 (TID 641)] (Logging.scala:57) Running task 218.0 in stage 8.0 (TID 641)
15:03:54.214 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 217.0 in stage 8.0 (TID 640) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (219/400)
15:03:54.220 [INFO - Executor task launch worker for task 218.0 in stage 8.0 (TID 641)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.220 [INFO - Executor task launch worker for task 218.0 in stage 8.0 (TID 641)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.223 [INFO - Executor task launch worker for task 218.0 in stage 8.0 (TID 641)] (Logging.scala:57) Finished task 218.0 in stage 8.0 (TID 641). 15690 bytes result sent to driver
15:03:54.226 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 219.0 in stage 8.0 (TID 642) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 219, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.226 [INFO - Executor task launch worker for task 219.0 in stage 8.0 (TID 642)] (Logging.scala:57) Running task 219.0 in stage 8.0 (TID 642)
15:03:54.227 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 218.0 in stage 8.0 (TID 641) in 13 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (220/400)
15:03:54.232 [INFO - Executor task launch worker for task 219.0 in stage 8.0 (TID 642)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.232 [INFO - Executor task launch worker for task 219.0 in stage 8.0 (TID 642)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.235 [INFO - Executor task launch worker for task 219.0 in stage 8.0 (TID 642)] (Logging.scala:57) Finished task 219.0 in stage 8.0 (TID 642). 15690 bytes result sent to driver
15:03:54.236 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 220.0 in stage 8.0 (TID 643) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 220, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.236 [INFO - Executor task launch worker for task 220.0 in stage 8.0 (TID 643)] (Logging.scala:57) Running task 220.0 in stage 8.0 (TID 643)
15:03:54.237 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 219.0 in stage 8.0 (TID 642) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (221/400)
15:03:54.242 [INFO - Executor task launch worker for task 220.0 in stage 8.0 (TID 643)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.242 [INFO - Executor task launch worker for task 220.0 in stage 8.0 (TID 643)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.246 [INFO - Executor task launch worker for task 220.0 in stage 8.0 (TID 643)] (Logging.scala:57) Finished task 220.0 in stage 8.0 (TID 643). 15690 bytes result sent to driver
15:03:54.246 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 221.0 in stage 8.0 (TID 644) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 221, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.247 [INFO - Executor task launch worker for task 221.0 in stage 8.0 (TID 644)] (Logging.scala:57) Running task 221.0 in stage 8.0 (TID 644)
15:03:54.247 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 220.0 in stage 8.0 (TID 643) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (222/400)
15:03:54.251 [INFO - Executor task launch worker for task 221.0 in stage 8.0 (TID 644)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.251 [INFO - Executor task launch worker for task 221.0 in stage 8.0 (TID 644)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.254 [INFO - Executor task launch worker for task 221.0 in stage 8.0 (TID 644)] (Logging.scala:57) Finished task 221.0 in stage 8.0 (TID 644). 15690 bytes result sent to driver
15:03:54.255 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 222.0 in stage 8.0 (TID 645) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 222, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.255 [INFO - Executor task launch worker for task 222.0 in stage 8.0 (TID 645)] (Logging.scala:57) Running task 222.0 in stage 8.0 (TID 645)
15:03:54.256 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 221.0 in stage 8.0 (TID 644) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (223/400)
15:03:54.261 [INFO - Executor task launch worker for task 222.0 in stage 8.0 (TID 645)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.261 [INFO - Executor task launch worker for task 222.0 in stage 8.0 (TID 645)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.264 [INFO - Executor task launch worker for task 222.0 in stage 8.0 (TID 645)] (Logging.scala:57) Finished task 222.0 in stage 8.0 (TID 645). 15690 bytes result sent to driver
15:03:54.264 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 223.0 in stage 8.0 (TID 646) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 223, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.265 [INFO - Executor task launch worker for task 223.0 in stage 8.0 (TID 646)] (Logging.scala:57) Running task 223.0 in stage 8.0 (TID 646)
15:03:54.265 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 222.0 in stage 8.0 (TID 645) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (224/400)
15:03:54.269 [INFO - Executor task launch worker for task 223.0 in stage 8.0 (TID 646)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.269 [INFO - Executor task launch worker for task 223.0 in stage 8.0 (TID 646)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.272 [INFO - Executor task launch worker for task 223.0 in stage 8.0 (TID 646)] (Logging.scala:57) Finished task 223.0 in stage 8.0 (TID 646). 15690 bytes result sent to driver
15:03:54.273 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 224.0 in stage 8.0 (TID 647) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 224, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.273 [INFO - Executor task launch worker for task 224.0 in stage 8.0 (TID 647)] (Logging.scala:57) Running task 224.0 in stage 8.0 (TID 647)
15:03:54.273 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 223.0 in stage 8.0 (TID 646) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (225/400)
15:03:54.277 [INFO - Executor task launch worker for task 224.0 in stage 8.0 (TID 647)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.277 [INFO - Executor task launch worker for task 224.0 in stage 8.0 (TID 647)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.279 [INFO - Executor task launch worker for task 224.0 in stage 8.0 (TID 647)] (Logging.scala:57) Finished task 224.0 in stage 8.0 (TID 647). 15690 bytes result sent to driver
15:03:54.280 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 225.0 in stage 8.0 (TID 648) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 225, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.280 [INFO - Executor task launch worker for task 225.0 in stage 8.0 (TID 648)] (Logging.scala:57) Running task 225.0 in stage 8.0 (TID 648)
15:03:54.281 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 224.0 in stage 8.0 (TID 647) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (226/400)
15:03:54.285 [INFO - Executor task launch worker for task 225.0 in stage 8.0 (TID 648)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.285 [INFO - Executor task launch worker for task 225.0 in stage 8.0 (TID 648)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.288 [INFO - Executor task launch worker for task 225.0 in stage 8.0 (TID 648)] (Logging.scala:57) Finished task 225.0 in stage 8.0 (TID 648). 15690 bytes result sent to driver
15:03:54.288 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 226.0 in stage 8.0 (TID 649) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 226, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.289 [INFO - Executor task launch worker for task 226.0 in stage 8.0 (TID 649)] (Logging.scala:57) Running task 226.0 in stage 8.0 (TID 649)
15:03:54.289 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 225.0 in stage 8.0 (TID 648) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (227/400)
15:03:54.295 [INFO - Executor task launch worker for task 226.0 in stage 8.0 (TID 649)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.295 [INFO - Executor task launch worker for task 226.0 in stage 8.0 (TID 649)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.298 [INFO - Executor task launch worker for task 226.0 in stage 8.0 (TID 649)] (Logging.scala:57) Finished task 226.0 in stage 8.0 (TID 649). 15690 bytes result sent to driver
15:03:54.298 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 227.0 in stage 8.0 (TID 650) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 227, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.299 [INFO - Executor task launch worker for task 227.0 in stage 8.0 (TID 650)] (Logging.scala:57) Running task 227.0 in stage 8.0 (TID 650)
15:03:54.299 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 226.0 in stage 8.0 (TID 649) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (228/400)
15:03:54.303 [INFO - Executor task launch worker for task 227.0 in stage 8.0 (TID 650)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.303 [INFO - Executor task launch worker for task 227.0 in stage 8.0 (TID 650)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.305 [INFO - Executor task launch worker for task 227.0 in stage 8.0 (TID 650)] (Logging.scala:57) Finished task 227.0 in stage 8.0 (TID 650). 15690 bytes result sent to driver
15:03:54.305 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 228.0 in stage 8.0 (TID 651) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 228, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.306 [INFO - Executor task launch worker for task 228.0 in stage 8.0 (TID 651)] (Logging.scala:57) Running task 228.0 in stage 8.0 (TID 651)
15:03:54.306 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 227.0 in stage 8.0 (TID 650) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (229/400)
15:03:54.310 [INFO - Executor task launch worker for task 228.0 in stage 8.0 (TID 651)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.310 [INFO - Executor task launch worker for task 228.0 in stage 8.0 (TID 651)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.312 [INFO - Executor task launch worker for task 228.0 in stage 8.0 (TID 651)] (Logging.scala:57) Finished task 228.0 in stage 8.0 (TID 651). 15690 bytes result sent to driver
15:03:54.312 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 229.0 in stage 8.0 (TID 652) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 229, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.313 [INFO - Executor task launch worker for task 229.0 in stage 8.0 (TID 652)] (Logging.scala:57) Running task 229.0 in stage 8.0 (TID 652)
15:03:54.313 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 228.0 in stage 8.0 (TID 651) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (230/400)
15:03:54.316 [INFO - Executor task launch worker for task 229.0 in stage 8.0 (TID 652)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.317 [INFO - Executor task launch worker for task 229.0 in stage 8.0 (TID 652)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.319 [INFO - Executor task launch worker for task 229.0 in stage 8.0 (TID 652)] (Logging.scala:57) Finished task 229.0 in stage 8.0 (TID 652). 15690 bytes result sent to driver
15:03:54.319 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 230.0 in stage 8.0 (TID 653) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 230, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.320 [INFO - Executor task launch worker for task 230.0 in stage 8.0 (TID 653)] (Logging.scala:57) Running task 230.0 in stage 8.0 (TID 653)
15:03:54.320 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 229.0 in stage 8.0 (TID 652) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (231/400)
15:03:54.325 [INFO - Executor task launch worker for task 230.0 in stage 8.0 (TID 653)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.325 [INFO - Executor task launch worker for task 230.0 in stage 8.0 (TID 653)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.328 [INFO - Executor task launch worker for task 230.0 in stage 8.0 (TID 653)] (Logging.scala:57) Finished task 230.0 in stage 8.0 (TID 653). 15690 bytes result sent to driver
15:03:54.329 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 231.0 in stage 8.0 (TID 654) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 231, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.329 [INFO - Executor task launch worker for task 231.0 in stage 8.0 (TID 654)] (Logging.scala:57) Running task 231.0 in stage 8.0 (TID 654)
15:03:54.329 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 230.0 in stage 8.0 (TID 653) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (232/400)
15:03:54.333 [INFO - Executor task launch worker for task 231.0 in stage 8.0 (TID 654)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.334 [INFO - Executor task launch worker for task 231.0 in stage 8.0 (TID 654)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.336 [INFO - Executor task launch worker for task 231.0 in stage 8.0 (TID 654)] (Logging.scala:57) Finished task 231.0 in stage 8.0 (TID 654). 15690 bytes result sent to driver
15:03:54.337 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 232.0 in stage 8.0 (TID 655) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 232, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.337 [INFO - Executor task launch worker for task 232.0 in stage 8.0 (TID 655)] (Logging.scala:57) Running task 232.0 in stage 8.0 (TID 655)
15:03:54.338 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 231.0 in stage 8.0 (TID 654) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (233/400)
15:03:54.343 [INFO - Executor task launch worker for task 232.0 in stage 8.0 (TID 655)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.343 [INFO - Executor task launch worker for task 232.0 in stage 8.0 (TID 655)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.347 [INFO - Executor task launch worker for task 232.0 in stage 8.0 (TID 655)] (Logging.scala:57) Finished task 232.0 in stage 8.0 (TID 655). 15690 bytes result sent to driver
15:03:54.347 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 233.0 in stage 8.0 (TID 656) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 233, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.348 [INFO - Executor task launch worker for task 233.0 in stage 8.0 (TID 656)] (Logging.scala:57) Running task 233.0 in stage 8.0 (TID 656)
15:03:54.348 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 232.0 in stage 8.0 (TID 655) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (234/400)
15:03:54.353 [INFO - Executor task launch worker for task 233.0 in stage 8.0 (TID 656)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.354 [INFO - Executor task launch worker for task 233.0 in stage 8.0 (TID 656)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.357 [INFO - Executor task launch worker for task 233.0 in stage 8.0 (TID 656)] (Logging.scala:57) Finished task 233.0 in stage 8.0 (TID 656). 15690 bytes result sent to driver
15:03:54.357 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 234.0 in stage 8.0 (TID 657) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 234, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.358 [INFO - Executor task launch worker for task 234.0 in stage 8.0 (TID 657)] (Logging.scala:57) Running task 234.0 in stage 8.0 (TID 657)
15:03:54.358 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 233.0 in stage 8.0 (TID 656) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (235/400)
15:03:54.362 [INFO - Executor task launch worker for task 234.0 in stage 8.0 (TID 657)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.363 [INFO - Executor task launch worker for task 234.0 in stage 8.0 (TID 657)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.365 [INFO - Executor task launch worker for task 234.0 in stage 8.0 (TID 657)] (Logging.scala:57) Finished task 234.0 in stage 8.0 (TID 657). 15690 bytes result sent to driver
15:03:54.365 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 235.0 in stage 8.0 (TID 658) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 235, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.366 [INFO - Executor task launch worker for task 235.0 in stage 8.0 (TID 658)] (Logging.scala:57) Running task 235.0 in stage 8.0 (TID 658)
15:03:54.366 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 234.0 in stage 8.0 (TID 657) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (236/400)
15:03:54.371 [INFO - Executor task launch worker for task 235.0 in stage 8.0 (TID 658)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.371 [INFO - Executor task launch worker for task 235.0 in stage 8.0 (TID 658)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.373 [INFO - Executor task launch worker for task 235.0 in stage 8.0 (TID 658)] (Logging.scala:57) Finished task 235.0 in stage 8.0 (TID 658). 15690 bytes result sent to driver
15:03:54.374 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 236.0 in stage 8.0 (TID 659) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 236, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.374 [INFO - Executor task launch worker for task 236.0 in stage 8.0 (TID 659)] (Logging.scala:57) Running task 236.0 in stage 8.0 (TID 659)
15:03:54.374 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 235.0 in stage 8.0 (TID 658) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (237/400)
15:03:54.380 [INFO - Executor task launch worker for task 236.0 in stage 8.0 (TID 659)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.380 [INFO - Executor task launch worker for task 236.0 in stage 8.0 (TID 659)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.383 [INFO - Executor task launch worker for task 236.0 in stage 8.0 (TID 659)] (Logging.scala:57) Finished task 236.0 in stage 8.0 (TID 659). 15690 bytes result sent to driver
15:03:54.383 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 237.0 in stage 8.0 (TID 660) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 237, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.384 [INFO - Executor task launch worker for task 237.0 in stage 8.0 (TID 660)] (Logging.scala:57) Running task 237.0 in stage 8.0 (TID 660)
15:03:54.384 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 236.0 in stage 8.0 (TID 659) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (238/400)
15:03:54.390 [INFO - Executor task launch worker for task 237.0 in stage 8.0 (TID 660)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.390 [INFO - Executor task launch worker for task 237.0 in stage 8.0 (TID 660)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.393 [INFO - Executor task launch worker for task 237.0 in stage 8.0 (TID 660)] (Logging.scala:57) Finished task 237.0 in stage 8.0 (TID 660). 15690 bytes result sent to driver
15:03:54.394 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 238.0 in stage 8.0 (TID 661) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 238, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.394 [INFO - Executor task launch worker for task 238.0 in stage 8.0 (TID 661)] (Logging.scala:57) Running task 238.0 in stage 8.0 (TID 661)
15:03:54.395 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 237.0 in stage 8.0 (TID 660) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (239/400)
15:03:54.399 [INFO - Executor task launch worker for task 238.0 in stage 8.0 (TID 661)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.399 [INFO - Executor task launch worker for task 238.0 in stage 8.0 (TID 661)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.401 [INFO - Executor task launch worker for task 238.0 in stage 8.0 (TID 661)] (Logging.scala:57) Finished task 238.0 in stage 8.0 (TID 661). 15690 bytes result sent to driver
15:03:54.402 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 239.0 in stage 8.0 (TID 662) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 239, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.403 [INFO - Executor task launch worker for task 239.0 in stage 8.0 (TID 662)] (Logging.scala:57) Running task 239.0 in stage 8.0 (TID 662)
15:03:54.403 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 238.0 in stage 8.0 (TID 661) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (240/400)
15:03:54.407 [INFO - Executor task launch worker for task 239.0 in stage 8.0 (TID 662)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.407 [INFO - Executor task launch worker for task 239.0 in stage 8.0 (TID 662)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.410 [INFO - Executor task launch worker for task 239.0 in stage 8.0 (TID 662)] (Logging.scala:57) Finished task 239.0 in stage 8.0 (TID 662). 15690 bytes result sent to driver
15:03:54.410 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 240.0 in stage 8.0 (TID 663) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 240, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.411 [INFO - Executor task launch worker for task 240.0 in stage 8.0 (TID 663)] (Logging.scala:57) Running task 240.0 in stage 8.0 (TID 663)
15:03:54.411 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 239.0 in stage 8.0 (TID 662) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (241/400)
15:03:54.415 [INFO - Executor task launch worker for task 240.0 in stage 8.0 (TID 663)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.416 [INFO - Executor task launch worker for task 240.0 in stage 8.0 (TID 663)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.418 [INFO - Executor task launch worker for task 240.0 in stage 8.0 (TID 663)] (Logging.scala:57) Finished task 240.0 in stage 8.0 (TID 663). 15690 bytes result sent to driver
15:03:54.419 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 241.0 in stage 8.0 (TID 664) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 241, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.419 [INFO - Executor task launch worker for task 241.0 in stage 8.0 (TID 664)] (Logging.scala:57) Running task 241.0 in stage 8.0 (TID 664)
15:03:54.420 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 240.0 in stage 8.0 (TID 663) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (242/400)
15:03:54.424 [INFO - Executor task launch worker for task 241.0 in stage 8.0 (TID 664)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.424 [INFO - Executor task launch worker for task 241.0 in stage 8.0 (TID 664)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.427 [INFO - Executor task launch worker for task 241.0 in stage 8.0 (TID 664)] (Logging.scala:57) Finished task 241.0 in stage 8.0 (TID 664). 15690 bytes result sent to driver
15:03:54.427 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 242.0 in stage 8.0 (TID 665) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 242, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.428 [INFO - Executor task launch worker for task 242.0 in stage 8.0 (TID 665)] (Logging.scala:57) Running task 242.0 in stage 8.0 (TID 665)
15:03:54.428 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 241.0 in stage 8.0 (TID 664) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (243/400)
15:03:54.433 [INFO - Executor task launch worker for task 242.0 in stage 8.0 (TID 665)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.433 [INFO - Executor task launch worker for task 242.0 in stage 8.0 (TID 665)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.435 [INFO - Executor task launch worker for task 242.0 in stage 8.0 (TID 665)] (Logging.scala:57) Finished task 242.0 in stage 8.0 (TID 665). 15690 bytes result sent to driver
15:03:54.436 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 243.0 in stage 8.0 (TID 666) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 243, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.436 [INFO - Executor task launch worker for task 243.0 in stage 8.0 (TID 666)] (Logging.scala:57) Running task 243.0 in stage 8.0 (TID 666)
15:03:54.436 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 242.0 in stage 8.0 (TID 665) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (244/400)
15:03:54.442 [INFO - Executor task launch worker for task 243.0 in stage 8.0 (TID 666)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.442 [INFO - Executor task launch worker for task 243.0 in stage 8.0 (TID 666)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.445 [INFO - Executor task launch worker for task 243.0 in stage 8.0 (TID 666)] (Logging.scala:57) Finished task 243.0 in stage 8.0 (TID 666). 15690 bytes result sent to driver
15:03:54.446 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 244.0 in stage 8.0 (TID 667) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 244, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.446 [INFO - Executor task launch worker for task 244.0 in stage 8.0 (TID 667)] (Logging.scala:57) Running task 244.0 in stage 8.0 (TID 667)
15:03:54.447 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 243.0 in stage 8.0 (TID 666) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (245/400)
15:03:54.452 [INFO - Executor task launch worker for task 244.0 in stage 8.0 (TID 667)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.453 [INFO - Executor task launch worker for task 244.0 in stage 8.0 (TID 667)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.456 [INFO - Executor task launch worker for task 244.0 in stage 8.0 (TID 667)] (Logging.scala:57) Finished task 244.0 in stage 8.0 (TID 667). 15690 bytes result sent to driver
15:03:54.456 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 245.0 in stage 8.0 (TID 668) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 245, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.457 [INFO - Executor task launch worker for task 245.0 in stage 8.0 (TID 668)] (Logging.scala:57) Running task 245.0 in stage 8.0 (TID 668)
15:03:54.457 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 244.0 in stage 8.0 (TID 667) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (246/400)
15:03:54.461 [INFO - Executor task launch worker for task 245.0 in stage 8.0 (TID 668)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.461 [INFO - Executor task launch worker for task 245.0 in stage 8.0 (TID 668)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.463 [INFO - Executor task launch worker for task 245.0 in stage 8.0 (TID 668)] (Logging.scala:57) Finished task 245.0 in stage 8.0 (TID 668). 15690 bytes result sent to driver
15:03:54.464 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 246.0 in stage 8.0 (TID 669) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 246, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.464 [INFO - Executor task launch worker for task 246.0 in stage 8.0 (TID 669)] (Logging.scala:57) Running task 246.0 in stage 8.0 (TID 669)
15:03:54.465 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 245.0 in stage 8.0 (TID 668) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (247/400)
15:03:54.469 [INFO - Executor task launch worker for task 246.0 in stage 8.0 (TID 669)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.469 [INFO - Executor task launch worker for task 246.0 in stage 8.0 (TID 669)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.471 [INFO - Executor task launch worker for task 246.0 in stage 8.0 (TID 669)] (Logging.scala:57) Finished task 246.0 in stage 8.0 (TID 669). 15690 bytes result sent to driver
15:03:54.472 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 247.0 in stage 8.0 (TID 670) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 247, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.472 [INFO - Executor task launch worker for task 247.0 in stage 8.0 (TID 670)] (Logging.scala:57) Running task 247.0 in stage 8.0 (TID 670)
15:03:54.472 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 246.0 in stage 8.0 (TID 669) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (248/400)
15:03:54.477 [INFO - Executor task launch worker for task 247.0 in stage 8.0 (TID 670)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.477 [INFO - Executor task launch worker for task 247.0 in stage 8.0 (TID 670)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.480 [INFO - Executor task launch worker for task 247.0 in stage 8.0 (TID 670)] (Logging.scala:57) Finished task 247.0 in stage 8.0 (TID 670). 15690 bytes result sent to driver
15:03:54.480 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 248.0 in stage 8.0 (TID 671) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 248, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.481 [INFO - Executor task launch worker for task 248.0 in stage 8.0 (TID 671)] (Logging.scala:57) Running task 248.0 in stage 8.0 (TID 671)
15:03:54.481 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 247.0 in stage 8.0 (TID 670) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (249/400)
15:03:54.485 [INFO - Executor task launch worker for task 248.0 in stage 8.0 (TID 671)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.485 [INFO - Executor task launch worker for task 248.0 in stage 8.0 (TID 671)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.488 [INFO - Executor task launch worker for task 248.0 in stage 8.0 (TID 671)] (Logging.scala:57) Finished task 248.0 in stage 8.0 (TID 671). 15690 bytes result sent to driver
15:03:54.488 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 249.0 in stage 8.0 (TID 672) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 249, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.489 [INFO - Executor task launch worker for task 249.0 in stage 8.0 (TID 672)] (Logging.scala:57) Running task 249.0 in stage 8.0 (TID 672)
15:03:54.489 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 248.0 in stage 8.0 (TID 671) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (250/400)
15:03:54.493 [INFO - Executor task launch worker for task 249.0 in stage 8.0 (TID 672)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.493 [INFO - Executor task launch worker for task 249.0 in stage 8.0 (TID 672)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.496 [INFO - Executor task launch worker for task 249.0 in stage 8.0 (TID 672)] (Logging.scala:57) Finished task 249.0 in stage 8.0 (TID 672). 15690 bytes result sent to driver
15:03:54.496 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 250.0 in stage 8.0 (TID 673) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 250, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.497 [INFO - Executor task launch worker for task 250.0 in stage 8.0 (TID 673)] (Logging.scala:57) Running task 250.0 in stage 8.0 (TID 673)
15:03:54.497 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 249.0 in stage 8.0 (TID 672) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (251/400)
15:03:54.501 [INFO - Executor task launch worker for task 250.0 in stage 8.0 (TID 673)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.501 [INFO - Executor task launch worker for task 250.0 in stage 8.0 (TID 673)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.504 [INFO - Executor task launch worker for task 250.0 in stage 8.0 (TID 673)] (Logging.scala:57) Finished task 250.0 in stage 8.0 (TID 673). 15690 bytes result sent to driver
15:03:54.505 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 251.0 in stage 8.0 (TID 674) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 251, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.505 [INFO - Executor task launch worker for task 251.0 in stage 8.0 (TID 674)] (Logging.scala:57) Running task 251.0 in stage 8.0 (TID 674)
15:03:54.505 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 250.0 in stage 8.0 (TID 673) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (252/400)
15:03:54.509 [INFO - Executor task launch worker for task 251.0 in stage 8.0 (TID 674)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.509 [INFO - Executor task launch worker for task 251.0 in stage 8.0 (TID 674)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.511 [INFO - Executor task launch worker for task 251.0 in stage 8.0 (TID 674)] (Logging.scala:57) Finished task 251.0 in stage 8.0 (TID 674). 15690 bytes result sent to driver
15:03:54.512 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 252.0 in stage 8.0 (TID 675) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 252, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.512 [INFO - Executor task launch worker for task 252.0 in stage 8.0 (TID 675)] (Logging.scala:57) Running task 252.0 in stage 8.0 (TID 675)
15:03:54.513 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 251.0 in stage 8.0 (TID 674) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (253/400)
15:03:54.518 [INFO - Executor task launch worker for task 252.0 in stage 8.0 (TID 675)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.518 [INFO - Executor task launch worker for task 252.0 in stage 8.0 (TID 675)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.521 [INFO - Executor task launch worker for task 252.0 in stage 8.0 (TID 675)] (Logging.scala:57) Finished task 252.0 in stage 8.0 (TID 675). 15690 bytes result sent to driver
15:03:54.522 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 253.0 in stage 8.0 (TID 676) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 253, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.522 [INFO - Executor task launch worker for task 253.0 in stage 8.0 (TID 676)] (Logging.scala:57) Running task 253.0 in stage 8.0 (TID 676)
15:03:54.523 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 252.0 in stage 8.0 (TID 675) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (254/400)
15:03:54.527 [INFO - Executor task launch worker for task 253.0 in stage 8.0 (TID 676)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.527 [INFO - Executor task launch worker for task 253.0 in stage 8.0 (TID 676)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.530 [INFO - Executor task launch worker for task 253.0 in stage 8.0 (TID 676)] (Logging.scala:57) Finished task 253.0 in stage 8.0 (TID 676). 15690 bytes result sent to driver
15:03:54.530 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 254.0 in stage 8.0 (TID 677) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 254, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.531 [INFO - Executor task launch worker for task 254.0 in stage 8.0 (TID 677)] (Logging.scala:57) Running task 254.0 in stage 8.0 (TID 677)
15:03:54.531 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 253.0 in stage 8.0 (TID 676) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (255/400)
15:03:54.537 [INFO - Executor task launch worker for task 254.0 in stage 8.0 (TID 677)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.538 [INFO - Executor task launch worker for task 254.0 in stage 8.0 (TID 677)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.541 [INFO - Executor task launch worker for task 254.0 in stage 8.0 (TID 677)] (Logging.scala:57) Finished task 254.0 in stage 8.0 (TID 677). 15690 bytes result sent to driver
15:03:54.541 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 255.0 in stage 8.0 (TID 678) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 255, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.542 [INFO - Executor task launch worker for task 255.0 in stage 8.0 (TID 678)] (Logging.scala:57) Running task 255.0 in stage 8.0 (TID 678)
15:03:54.542 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 254.0 in stage 8.0 (TID 677) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (256/400)
15:03:54.548 [INFO - Executor task launch worker for task 255.0 in stage 8.0 (TID 678)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.548 [INFO - Executor task launch worker for task 255.0 in stage 8.0 (TID 678)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.551 [INFO - Executor task launch worker for task 255.0 in stage 8.0 (TID 678)] (Logging.scala:57) Finished task 255.0 in stage 8.0 (TID 678). 15690 bytes result sent to driver
15:03:54.552 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 256.0 in stage 8.0 (TID 679) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 256, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.552 [INFO - Executor task launch worker for task 256.0 in stage 8.0 (TID 679)] (Logging.scala:57) Running task 256.0 in stage 8.0 (TID 679)
15:03:54.552 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 255.0 in stage 8.0 (TID 678) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (257/400)
15:03:54.558 [INFO - Executor task launch worker for task 256.0 in stage 8.0 (TID 679)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.558 [INFO - Executor task launch worker for task 256.0 in stage 8.0 (TID 679)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.561 [INFO - Executor task launch worker for task 256.0 in stage 8.0 (TID 679)] (Logging.scala:57) Finished task 256.0 in stage 8.0 (TID 679). 15690 bytes result sent to driver
15:03:54.562 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 257.0 in stage 8.0 (TID 680) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 257, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.562 [INFO - Executor task launch worker for task 257.0 in stage 8.0 (TID 680)] (Logging.scala:57) Running task 257.0 in stage 8.0 (TID 680)
15:03:54.562 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 256.0 in stage 8.0 (TID 679) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (258/400)
15:03:54.567 [INFO - Executor task launch worker for task 257.0 in stage 8.0 (TID 680)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.567 [INFO - Executor task launch worker for task 257.0 in stage 8.0 (TID 680)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.569 [INFO - Executor task launch worker for task 257.0 in stage 8.0 (TID 680)] (Logging.scala:57) Finished task 257.0 in stage 8.0 (TID 680). 15690 bytes result sent to driver
15:03:54.570 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 258.0 in stage 8.0 (TID 681) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 258, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.570 [INFO - Executor task launch worker for task 258.0 in stage 8.0 (TID 681)] (Logging.scala:57) Running task 258.0 in stage 8.0 (TID 681)
15:03:54.571 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 257.0 in stage 8.0 (TID 680) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (259/400)
15:03:54.577 [INFO - Executor task launch worker for task 258.0 in stage 8.0 (TID 681)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.577 [INFO - Executor task launch worker for task 258.0 in stage 8.0 (TID 681)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.579 [INFO - Executor task launch worker for task 258.0 in stage 8.0 (TID 681)] (Logging.scala:57) Finished task 258.0 in stage 8.0 (TID 681). 15690 bytes result sent to driver
15:03:54.580 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 259.0 in stage 8.0 (TID 682) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 259, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.580 [INFO - Executor task launch worker for task 259.0 in stage 8.0 (TID 682)] (Logging.scala:57) Running task 259.0 in stage 8.0 (TID 682)
15:03:54.581 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 258.0 in stage 8.0 (TID 681) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (260/400)
15:03:54.586 [INFO - Executor task launch worker for task 259.0 in stage 8.0 (TID 682)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.586 [INFO - Executor task launch worker for task 259.0 in stage 8.0 (TID 682)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.589 [INFO - Executor task launch worker for task 259.0 in stage 8.0 (TID 682)] (Logging.scala:57) Finished task 259.0 in stage 8.0 (TID 682). 15690 bytes result sent to driver
15:03:54.589 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 260.0 in stage 8.0 (TID 683) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 260, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.590 [INFO - Executor task launch worker for task 260.0 in stage 8.0 (TID 683)] (Logging.scala:57) Running task 260.0 in stage 8.0 (TID 683)
15:03:54.590 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 259.0 in stage 8.0 (TID 682) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (261/400)
15:03:54.594 [INFO - Executor task launch worker for task 260.0 in stage 8.0 (TID 683)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.594 [INFO - Executor task launch worker for task 260.0 in stage 8.0 (TID 683)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.596 [INFO - Executor task launch worker for task 260.0 in stage 8.0 (TID 683)] (Logging.scala:57) Finished task 260.0 in stage 8.0 (TID 683). 15690 bytes result sent to driver
15:03:54.596 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 261.0 in stage 8.0 (TID 684) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 261, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.597 [INFO - Executor task launch worker for task 261.0 in stage 8.0 (TID 684)] (Logging.scala:57) Running task 261.0 in stage 8.0 (TID 684)
15:03:54.597 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 260.0 in stage 8.0 (TID 683) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (262/400)
15:03:54.601 [INFO - Executor task launch worker for task 261.0 in stage 8.0 (TID 684)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.601 [INFO - Executor task launch worker for task 261.0 in stage 8.0 (TID 684)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.603 [INFO - Executor task launch worker for task 261.0 in stage 8.0 (TID 684)] (Logging.scala:57) Finished task 261.0 in stage 8.0 (TID 684). 15690 bytes result sent to driver
15:03:54.604 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 262.0 in stage 8.0 (TID 685) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 262, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.604 [INFO - Executor task launch worker for task 262.0 in stage 8.0 (TID 685)] (Logging.scala:57) Running task 262.0 in stage 8.0 (TID 685)
15:03:54.604 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 261.0 in stage 8.0 (TID 684) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (263/400)
15:03:54.608 [INFO - Executor task launch worker for task 262.0 in stage 8.0 (TID 685)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.608 [INFO - Executor task launch worker for task 262.0 in stage 8.0 (TID 685)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.610 [INFO - Executor task launch worker for task 262.0 in stage 8.0 (TID 685)] (Logging.scala:57) Finished task 262.0 in stage 8.0 (TID 685). 15690 bytes result sent to driver
15:03:54.610 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 263.0 in stage 8.0 (TID 686) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 263, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.611 [INFO - Executor task launch worker for task 263.0 in stage 8.0 (TID 686)] (Logging.scala:57) Running task 263.0 in stage 8.0 (TID 686)
15:03:54.611 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 262.0 in stage 8.0 (TID 685) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (264/400)
15:03:54.615 [INFO - Executor task launch worker for task 263.0 in stage 8.0 (TID 686)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.615 [INFO - Executor task launch worker for task 263.0 in stage 8.0 (TID 686)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.617 [INFO - Executor task launch worker for task 263.0 in stage 8.0 (TID 686)] (Logging.scala:57) Finished task 263.0 in stage 8.0 (TID 686). 15690 bytes result sent to driver
15:03:54.632 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 264.0 in stage 8.0 (TID 687) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 264, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.632 [INFO - Executor task launch worker for task 264.0 in stage 8.0 (TID 687)] (Logging.scala:57) Running task 264.0 in stage 8.0 (TID 687)
15:03:54.633 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 263.0 in stage 8.0 (TID 686) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (265/400)
15:03:54.637 [INFO - Executor task launch worker for task 264.0 in stage 8.0 (TID 687)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.637 [INFO - Executor task launch worker for task 264.0 in stage 8.0 (TID 687)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.639 [INFO - Executor task launch worker for task 264.0 in stage 8.0 (TID 687)] (Logging.scala:57) Finished task 264.0 in stage 8.0 (TID 687). 15690 bytes result sent to driver
15:03:54.640 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 265.0 in stage 8.0 (TID 688) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 265, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.640 [INFO - Executor task launch worker for task 265.0 in stage 8.0 (TID 688)] (Logging.scala:57) Running task 265.0 in stage 8.0 (TID 688)
15:03:54.640 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 264.0 in stage 8.0 (TID 687) in 23 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (266/400)
15:03:54.646 [INFO - Executor task launch worker for task 265.0 in stage 8.0 (TID 688)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.646 [INFO - Executor task launch worker for task 265.0 in stage 8.0 (TID 688)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.649 [INFO - Executor task launch worker for task 265.0 in stage 8.0 (TID 688)] (Logging.scala:57) Finished task 265.0 in stage 8.0 (TID 688). 15690 bytes result sent to driver
15:03:54.650 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 266.0 in stage 8.0 (TID 689) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 266, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.650 [INFO - Executor task launch worker for task 266.0 in stage 8.0 (TID 689)] (Logging.scala:57) Running task 266.0 in stage 8.0 (TID 689)
15:03:54.651 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 265.0 in stage 8.0 (TID 688) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (267/400)
15:03:54.655 [INFO - Executor task launch worker for task 266.0 in stage 8.0 (TID 689)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.655 [INFO - Executor task launch worker for task 266.0 in stage 8.0 (TID 689)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.658 [INFO - Executor task launch worker for task 266.0 in stage 8.0 (TID 689)] (Logging.scala:57) Finished task 266.0 in stage 8.0 (TID 689). 15690 bytes result sent to driver
15:03:54.658 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 267.0 in stage 8.0 (TID 690) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 267, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.658 [INFO - Executor task launch worker for task 267.0 in stage 8.0 (TID 690)] (Logging.scala:57) Running task 267.0 in stage 8.0 (TID 690)
15:03:54.659 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 266.0 in stage 8.0 (TID 689) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (268/400)
15:03:54.662 [INFO - Executor task launch worker for task 267.0 in stage 8.0 (TID 690)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.662 [INFO - Executor task launch worker for task 267.0 in stage 8.0 (TID 690)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.664 [INFO - Executor task launch worker for task 267.0 in stage 8.0 (TID 690)] (Logging.scala:57) Finished task 267.0 in stage 8.0 (TID 690). 15690 bytes result sent to driver
15:03:54.665 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 268.0 in stage 8.0 (TID 691) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 268, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.665 [INFO - Executor task launch worker for task 268.0 in stage 8.0 (TID 691)] (Logging.scala:57) Running task 268.0 in stage 8.0 (TID 691)
15:03:54.666 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 267.0 in stage 8.0 (TID 690) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (269/400)
15:03:54.669 [INFO - Executor task launch worker for task 268.0 in stage 8.0 (TID 691)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.669 [INFO - Executor task launch worker for task 268.0 in stage 8.0 (TID 691)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.671 [INFO - Executor task launch worker for task 268.0 in stage 8.0 (TID 691)] (Logging.scala:57) Finished task 268.0 in stage 8.0 (TID 691). 15690 bytes result sent to driver
15:03:54.672 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 269.0 in stage 8.0 (TID 692) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 269, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.673 [INFO - Executor task launch worker for task 269.0 in stage 8.0 (TID 692)] (Logging.scala:57) Running task 269.0 in stage 8.0 (TID 692)
15:03:54.673 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 268.0 in stage 8.0 (TID 691) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (270/400)
15:03:54.676 [INFO - Executor task launch worker for task 269.0 in stage 8.0 (TID 692)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.676 [INFO - Executor task launch worker for task 269.0 in stage 8.0 (TID 692)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.678 [INFO - Executor task launch worker for task 269.0 in stage 8.0 (TID 692)] (Logging.scala:57) Finished task 269.0 in stage 8.0 (TID 692). 15690 bytes result sent to driver
15:03:54.679 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 270.0 in stage 8.0 (TID 693) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 270, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.679 [INFO - Executor task launch worker for task 270.0 in stage 8.0 (TID 693)] (Logging.scala:57) Running task 270.0 in stage 8.0 (TID 693)
15:03:54.680 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 269.0 in stage 8.0 (TID 692) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (271/400)
15:03:54.684 [INFO - Executor task launch worker for task 270.0 in stage 8.0 (TID 693)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.684 [INFO - Executor task launch worker for task 270.0 in stage 8.0 (TID 693)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.686 [INFO - Executor task launch worker for task 270.0 in stage 8.0 (TID 693)] (Logging.scala:57) Finished task 270.0 in stage 8.0 (TID 693). 15690 bytes result sent to driver
15:03:54.687 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 271.0 in stage 8.0 (TID 694) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 271, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.687 [INFO - Executor task launch worker for task 271.0 in stage 8.0 (TID 694)] (Logging.scala:57) Running task 271.0 in stage 8.0 (TID 694)
15:03:54.687 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 270.0 in stage 8.0 (TID 693) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (272/400)
15:03:54.693 [INFO - Executor task launch worker for task 271.0 in stage 8.0 (TID 694)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.693 [INFO - Executor task launch worker for task 271.0 in stage 8.0 (TID 694)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.696 [INFO - Executor task launch worker for task 271.0 in stage 8.0 (TID 694)] (Logging.scala:57) Finished task 271.0 in stage 8.0 (TID 694). 15690 bytes result sent to driver
15:03:54.697 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 272.0 in stage 8.0 (TID 695) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 272, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.697 [INFO - Executor task launch worker for task 272.0 in stage 8.0 (TID 695)] (Logging.scala:57) Running task 272.0 in stage 8.0 (TID 695)
15:03:54.697 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 271.0 in stage 8.0 (TID 694) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (273/400)
15:03:54.701 [INFO - Executor task launch worker for task 272.0 in stage 8.0 (TID 695)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.702 [INFO - Executor task launch worker for task 272.0 in stage 8.0 (TID 695)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.704 [INFO - Executor task launch worker for task 272.0 in stage 8.0 (TID 695)] (Logging.scala:57) Finished task 272.0 in stage 8.0 (TID 695). 15690 bytes result sent to driver
15:03:54.704 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 273.0 in stage 8.0 (TID 696) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 273, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.705 [INFO - Executor task launch worker for task 273.0 in stage 8.0 (TID 696)] (Logging.scala:57) Running task 273.0 in stage 8.0 (TID 696)
15:03:54.705 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 272.0 in stage 8.0 (TID 695) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (274/400)
15:03:54.709 [INFO - Executor task launch worker for task 273.0 in stage 8.0 (TID 696)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.709 [INFO - Executor task launch worker for task 273.0 in stage 8.0 (TID 696)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.711 [INFO - Executor task launch worker for task 273.0 in stage 8.0 (TID 696)] (Logging.scala:57) Finished task 273.0 in stage 8.0 (TID 696). 15690 bytes result sent to driver
15:03:54.711 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 274.0 in stage 8.0 (TID 697) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 274, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.712 [INFO - Executor task launch worker for task 274.0 in stage 8.0 (TID 697)] (Logging.scala:57) Running task 274.0 in stage 8.0 (TID 697)
15:03:54.712 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 273.0 in stage 8.0 (TID 696) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (275/400)
15:03:54.718 [INFO - Executor task launch worker for task 274.0 in stage 8.0 (TID 697)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.719 [INFO - Executor task launch worker for task 274.0 in stage 8.0 (TID 697)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.722 [INFO - Executor task launch worker for task 274.0 in stage 8.0 (TID 697)] (Logging.scala:57) Finished task 274.0 in stage 8.0 (TID 697). 15690 bytes result sent to driver
15:03:54.722 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 275.0 in stage 8.0 (TID 698) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 275, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.723 [INFO - Executor task launch worker for task 275.0 in stage 8.0 (TID 698)] (Logging.scala:57) Running task 275.0 in stage 8.0 (TID 698)
15:03:54.723 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 274.0 in stage 8.0 (TID 697) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (276/400)
15:03:54.727 [INFO - Executor task launch worker for task 275.0 in stage 8.0 (TID 698)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.727 [INFO - Executor task launch worker for task 275.0 in stage 8.0 (TID 698)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.729 [INFO - Executor task launch worker for task 275.0 in stage 8.0 (TID 698)] (Logging.scala:57) Finished task 275.0 in stage 8.0 (TID 698). 15690 bytes result sent to driver
15:03:54.730 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 276.0 in stage 8.0 (TID 699) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 276, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.730 [INFO - Executor task launch worker for task 276.0 in stage 8.0 (TID 699)] (Logging.scala:57) Running task 276.0 in stage 8.0 (TID 699)
15:03:54.730 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 275.0 in stage 8.0 (TID 698) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (277/400)
15:03:54.734 [INFO - Executor task launch worker for task 276.0 in stage 8.0 (TID 699)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.734 [INFO - Executor task launch worker for task 276.0 in stage 8.0 (TID 699)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.736 [INFO - Executor task launch worker for task 276.0 in stage 8.0 (TID 699)] (Logging.scala:57) Finished task 276.0 in stage 8.0 (TID 699). 15690 bytes result sent to driver
15:03:54.737 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 277.0 in stage 8.0 (TID 700) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 277, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.737 [INFO - Executor task launch worker for task 277.0 in stage 8.0 (TID 700)] (Logging.scala:57) Running task 277.0 in stage 8.0 (TID 700)
15:03:54.738 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 276.0 in stage 8.0 (TID 699) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (278/400)
15:03:54.742 [INFO - Executor task launch worker for task 277.0 in stage 8.0 (TID 700)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.742 [INFO - Executor task launch worker for task 277.0 in stage 8.0 (TID 700)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.744 [INFO - Executor task launch worker for task 277.0 in stage 8.0 (TID 700)] (Logging.scala:57) Finished task 277.0 in stage 8.0 (TID 700). 15690 bytes result sent to driver
15:03:54.745 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 278.0 in stage 8.0 (TID 701) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 278, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.745 [INFO - Executor task launch worker for task 278.0 in stage 8.0 (TID 701)] (Logging.scala:57) Running task 278.0 in stage 8.0 (TID 701)
15:03:54.745 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 277.0 in stage 8.0 (TID 700) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (279/400)
15:03:54.749 [INFO - Executor task launch worker for task 278.0 in stage 8.0 (TID 701)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.749 [INFO - Executor task launch worker for task 278.0 in stage 8.0 (TID 701)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.751 [INFO - Executor task launch worker for task 278.0 in stage 8.0 (TID 701)] (Logging.scala:57) Finished task 278.0 in stage 8.0 (TID 701). 15690 bytes result sent to driver
15:03:54.752 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 279.0 in stage 8.0 (TID 702) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 279, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.752 [INFO - Executor task launch worker for task 279.0 in stage 8.0 (TID 702)] (Logging.scala:57) Running task 279.0 in stage 8.0 (TID 702)
15:03:54.753 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 278.0 in stage 8.0 (TID 701) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (280/400)
15:03:54.757 [INFO - Executor task launch worker for task 279.0 in stage 8.0 (TID 702)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.757 [INFO - Executor task launch worker for task 279.0 in stage 8.0 (TID 702)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.759 [INFO - Executor task launch worker for task 279.0 in stage 8.0 (TID 702)] (Logging.scala:57) Finished task 279.0 in stage 8.0 (TID 702). 15690 bytes result sent to driver
15:03:54.760 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 280.0 in stage 8.0 (TID 703) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 280, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.760 [INFO - Executor task launch worker for task 280.0 in stage 8.0 (TID 703)] (Logging.scala:57) Running task 280.0 in stage 8.0 (TID 703)
15:03:54.761 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 279.0 in stage 8.0 (TID 702) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (281/400)
15:03:54.765 [INFO - Executor task launch worker for task 280.0 in stage 8.0 (TID 703)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.765 [INFO - Executor task launch worker for task 280.0 in stage 8.0 (TID 703)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.767 [INFO - Executor task launch worker for task 280.0 in stage 8.0 (TID 703)] (Logging.scala:57) Finished task 280.0 in stage 8.0 (TID 703). 15690 bytes result sent to driver
15:03:54.767 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 281.0 in stage 8.0 (TID 704) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 281, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.767 [INFO - Executor task launch worker for task 281.0 in stage 8.0 (TID 704)] (Logging.scala:57) Running task 281.0 in stage 8.0 (TID 704)
15:03:54.768 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 280.0 in stage 8.0 (TID 703) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (282/400)
15:03:54.772 [INFO - Executor task launch worker for task 281.0 in stage 8.0 (TID 704)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.772 [INFO - Executor task launch worker for task 281.0 in stage 8.0 (TID 704)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.774 [INFO - Executor task launch worker for task 281.0 in stage 8.0 (TID 704)] (Logging.scala:57) Finished task 281.0 in stage 8.0 (TID 704). 15690 bytes result sent to driver
15:03:54.775 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 282.0 in stage 8.0 (TID 705) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 282, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.775 [INFO - Executor task launch worker for task 282.0 in stage 8.0 (TID 705)] (Logging.scala:57) Running task 282.0 in stage 8.0 (TID 705)
15:03:54.776 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 281.0 in stage 8.0 (TID 704) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (283/400)
15:03:54.781 [INFO - Executor task launch worker for task 282.0 in stage 8.0 (TID 705)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.781 [INFO - Executor task launch worker for task 282.0 in stage 8.0 (TID 705)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.783 [INFO - Executor task launch worker for task 282.0 in stage 8.0 (TID 705)] (Logging.scala:57) Finished task 282.0 in stage 8.0 (TID 705). 15690 bytes result sent to driver
15:03:54.783 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 283.0 in stage 8.0 (TID 706) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 283, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.784 [INFO - Executor task launch worker for task 283.0 in stage 8.0 (TID 706)] (Logging.scala:57) Running task 283.0 in stage 8.0 (TID 706)
15:03:54.784 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 282.0 in stage 8.0 (TID 705) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (284/400)
15:03:54.787 [INFO - Executor task launch worker for task 283.0 in stage 8.0 (TID 706)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.788 [INFO - Executor task launch worker for task 283.0 in stage 8.0 (TID 706)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.790 [INFO - Executor task launch worker for task 283.0 in stage 8.0 (TID 706)] (Logging.scala:57) Finished task 283.0 in stage 8.0 (TID 706). 15690 bytes result sent to driver
15:03:54.791 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 284.0 in stage 8.0 (TID 707) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 284, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.791 [INFO - Executor task launch worker for task 284.0 in stage 8.0 (TID 707)] (Logging.scala:57) Running task 284.0 in stage 8.0 (TID 707)
15:03:54.792 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 283.0 in stage 8.0 (TID 706) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (285/400)
15:03:54.795 [INFO - Executor task launch worker for task 284.0 in stage 8.0 (TID 707)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.795 [INFO - Executor task launch worker for task 284.0 in stage 8.0 (TID 707)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.797 [INFO - Executor task launch worker for task 284.0 in stage 8.0 (TID 707)] (Logging.scala:57) Finished task 284.0 in stage 8.0 (TID 707). 15690 bytes result sent to driver
15:03:54.798 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 285.0 in stage 8.0 (TID 708) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 285, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.798 [INFO - Executor task launch worker for task 285.0 in stage 8.0 (TID 708)] (Logging.scala:57) Running task 285.0 in stage 8.0 (TID 708)
15:03:54.798 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 284.0 in stage 8.0 (TID 707) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (286/400)
15:03:54.804 [INFO - Executor task launch worker for task 285.0 in stage 8.0 (TID 708)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.804 [INFO - Executor task launch worker for task 285.0 in stage 8.0 (TID 708)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.807 [INFO - Executor task launch worker for task 285.0 in stage 8.0 (TID 708)] (Logging.scala:57) Finished task 285.0 in stage 8.0 (TID 708). 15690 bytes result sent to driver
15:03:54.807 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 286.0 in stage 8.0 (TID 709) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 286, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.808 [INFO - Executor task launch worker for task 286.0 in stage 8.0 (TID 709)] (Logging.scala:57) Running task 286.0 in stage 8.0 (TID 709)
15:03:54.808 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 285.0 in stage 8.0 (TID 708) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (287/400)
15:03:54.812 [INFO - Executor task launch worker for task 286.0 in stage 8.0 (TID 709)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.812 [INFO - Executor task launch worker for task 286.0 in stage 8.0 (TID 709)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.814 [INFO - Executor task launch worker for task 286.0 in stage 8.0 (TID 709)] (Logging.scala:57) Finished task 286.0 in stage 8.0 (TID 709). 15690 bytes result sent to driver
15:03:54.815 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 287.0 in stage 8.0 (TID 710) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 287, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.815 [INFO - Executor task launch worker for task 287.0 in stage 8.0 (TID 710)] (Logging.scala:57) Running task 287.0 in stage 8.0 (TID 710)
15:03:54.815 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 286.0 in stage 8.0 (TID 709) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (288/400)
15:03:54.819 [INFO - Executor task launch worker for task 287.0 in stage 8.0 (TID 710)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.819 [INFO - Executor task launch worker for task 287.0 in stage 8.0 (TID 710)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.822 [INFO - Executor task launch worker for task 287.0 in stage 8.0 (TID 710)] (Logging.scala:57) Finished task 287.0 in stage 8.0 (TID 710). 15690 bytes result sent to driver
15:03:54.823 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 288.0 in stage 8.0 (TID 711) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 288, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.823 [INFO - Executor task launch worker for task 288.0 in stage 8.0 (TID 711)] (Logging.scala:57) Running task 288.0 in stage 8.0 (TID 711)
15:03:54.824 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 287.0 in stage 8.0 (TID 710) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (289/400)
15:03:54.829 [INFO - Executor task launch worker for task 288.0 in stage 8.0 (TID 711)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.830 [INFO - Executor task launch worker for task 288.0 in stage 8.0 (TID 711)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.833 [INFO - Executor task launch worker for task 288.0 in stage 8.0 (TID 711)] (Logging.scala:57) Finished task 288.0 in stage 8.0 (TID 711). 15690 bytes result sent to driver
15:03:54.833 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 289.0 in stage 8.0 (TID 712) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 289, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.834 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 288.0 in stage 8.0 (TID 711) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (290/400)
15:03:54.834 [INFO - Executor task launch worker for task 289.0 in stage 8.0 (TID 712)] (Logging.scala:57) Running task 289.0 in stage 8.0 (TID 712)
15:03:54.838 [INFO - Executor task launch worker for task 289.0 in stage 8.0 (TID 712)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.838 [INFO - Executor task launch worker for task 289.0 in stage 8.0 (TID 712)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.841 [INFO - Executor task launch worker for task 289.0 in stage 8.0 (TID 712)] (Logging.scala:57) Finished task 289.0 in stage 8.0 (TID 712). 15690 bytes result sent to driver
15:03:54.841 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 290.0 in stage 8.0 (TID 713) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 290, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.842 [INFO - Executor task launch worker for task 290.0 in stage 8.0 (TID 713)] (Logging.scala:57) Running task 290.0 in stage 8.0 (TID 713)
15:03:54.842 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 289.0 in stage 8.0 (TID 712) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (291/400)
15:03:54.848 [INFO - Executor task launch worker for task 290.0 in stage 8.0 (TID 713)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.849 [INFO - Executor task launch worker for task 290.0 in stage 8.0 (TID 713)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.852 [INFO - Executor task launch worker for task 290.0 in stage 8.0 (TID 713)] (Logging.scala:57) Finished task 290.0 in stage 8.0 (TID 713). 15690 bytes result sent to driver
15:03:54.853 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 291.0 in stage 8.0 (TID 714) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 291, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.853 [INFO - Executor task launch worker for task 291.0 in stage 8.0 (TID 714)] (Logging.scala:57) Running task 291.0 in stage 8.0 (TID 714)
15:03:54.854 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 290.0 in stage 8.0 (TID 713) in 12 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (292/400)
15:03:54.858 [INFO - Executor task launch worker for task 291.0 in stage 8.0 (TID 714)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.858 [INFO - Executor task launch worker for task 291.0 in stage 8.0 (TID 714)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.860 [INFO - Executor task launch worker for task 291.0 in stage 8.0 (TID 714)] (Logging.scala:57) Finished task 291.0 in stage 8.0 (TID 714). 15690 bytes result sent to driver
15:03:54.861 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 292.0 in stage 8.0 (TID 715) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 292, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.861 [INFO - Executor task launch worker for task 292.0 in stage 8.0 (TID 715)] (Logging.scala:57) Running task 292.0 in stage 8.0 (TID 715)
15:03:54.862 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 291.0 in stage 8.0 (TID 714) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (293/400)
15:03:54.867 [INFO - Executor task launch worker for task 292.0 in stage 8.0 (TID 715)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.867 [INFO - Executor task launch worker for task 292.0 in stage 8.0 (TID 715)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.869 [INFO - Executor task launch worker for task 292.0 in stage 8.0 (TID 715)] (Logging.scala:57) Finished task 292.0 in stage 8.0 (TID 715). 15690 bytes result sent to driver
15:03:54.870 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 293.0 in stage 8.0 (TID 716) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 293, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.870 [INFO - Executor task launch worker for task 293.0 in stage 8.0 (TID 716)] (Logging.scala:57) Running task 293.0 in stage 8.0 (TID 716)
15:03:54.870 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 292.0 in stage 8.0 (TID 715) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (294/400)
15:03:54.876 [INFO - Executor task launch worker for task 293.0 in stage 8.0 (TID 716)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.876 [INFO - Executor task launch worker for task 293.0 in stage 8.0 (TID 716)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.879 [INFO - Executor task launch worker for task 293.0 in stage 8.0 (TID 716)] (Logging.scala:57) Finished task 293.0 in stage 8.0 (TID 716). 15690 bytes result sent to driver
15:03:54.880 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 294.0 in stage 8.0 (TID 717) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 294, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.880 [INFO - Executor task launch worker for task 294.0 in stage 8.0 (TID 717)] (Logging.scala:57) Running task 294.0 in stage 8.0 (TID 717)
15:03:54.880 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 293.0 in stage 8.0 (TID 716) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (295/400)
15:03:54.886 [INFO - Executor task launch worker for task 294.0 in stage 8.0 (TID 717)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.886 [INFO - Executor task launch worker for task 294.0 in stage 8.0 (TID 717)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.889 [INFO - Executor task launch worker for task 294.0 in stage 8.0 (TID 717)] (Logging.scala:57) Finished task 294.0 in stage 8.0 (TID 717). 15690 bytes result sent to driver
15:03:54.890 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 295.0 in stage 8.0 (TID 718) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 295, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.890 [INFO - Executor task launch worker for task 295.0 in stage 8.0 (TID 718)] (Logging.scala:57) Running task 295.0 in stage 8.0 (TID 718)
15:03:54.891 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 294.0 in stage 8.0 (TID 717) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (296/400)
15:03:54.895 [INFO - Executor task launch worker for task 295.0 in stage 8.0 (TID 718)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.895 [INFO - Executor task launch worker for task 295.0 in stage 8.0 (TID 718)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.897 [INFO - Executor task launch worker for task 295.0 in stage 8.0 (TID 718)] (Logging.scala:57) Finished task 295.0 in stage 8.0 (TID 718). 15690 bytes result sent to driver
15:03:54.897 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 296.0 in stage 8.0 (TID 719) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 296, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.898 [INFO - Executor task launch worker for task 296.0 in stage 8.0 (TID 719)] (Logging.scala:57) Running task 296.0 in stage 8.0 (TID 719)
15:03:54.898 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 295.0 in stage 8.0 (TID 718) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (297/400)
15:03:54.904 [INFO - Executor task launch worker for task 296.0 in stage 8.0 (TID 719)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.904 [INFO - Executor task launch worker for task 296.0 in stage 8.0 (TID 719)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.907 [INFO - Executor task launch worker for task 296.0 in stage 8.0 (TID 719)] (Logging.scala:57) Finished task 296.0 in stage 8.0 (TID 719). 15690 bytes result sent to driver
15:03:54.907 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 297.0 in stage 8.0 (TID 720) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 297, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.908 [INFO - Executor task launch worker for task 297.0 in stage 8.0 (TID 720)] (Logging.scala:57) Running task 297.0 in stage 8.0 (TID 720)
15:03:54.908 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 296.0 in stage 8.0 (TID 719) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (298/400)
15:03:54.912 [INFO - Executor task launch worker for task 297.0 in stage 8.0 (TID 720)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.912 [INFO - Executor task launch worker for task 297.0 in stage 8.0 (TID 720)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.915 [INFO - Executor task launch worker for task 297.0 in stage 8.0 (TID 720)] (Logging.scala:57) Finished task 297.0 in stage 8.0 (TID 720). 15690 bytes result sent to driver
15:03:54.915 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 298.0 in stage 8.0 (TID 721) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 298, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.915 [INFO - Executor task launch worker for task 298.0 in stage 8.0 (TID 721)] (Logging.scala:57) Running task 298.0 in stage 8.0 (TID 721)
15:03:54.916 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 297.0 in stage 8.0 (TID 720) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (299/400)
15:03:54.921 [INFO - Executor task launch worker for task 298.0 in stage 8.0 (TID 721)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.921 [INFO - Executor task launch worker for task 298.0 in stage 8.0 (TID 721)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.924 [INFO - Executor task launch worker for task 298.0 in stage 8.0 (TID 721)] (Logging.scala:57) Finished task 298.0 in stage 8.0 (TID 721). 15690 bytes result sent to driver
15:03:54.925 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 299.0 in stage 8.0 (TID 722) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 299, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.925 [INFO - Executor task launch worker for task 299.0 in stage 8.0 (TID 722)] (Logging.scala:57) Running task 299.0 in stage 8.0 (TID 722)
15:03:54.926 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 298.0 in stage 8.0 (TID 721) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (300/400)
15:03:54.930 [INFO - Executor task launch worker for task 299.0 in stage 8.0 (TID 722)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.930 [INFO - Executor task launch worker for task 299.0 in stage 8.0 (TID 722)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.932 [INFO - Executor task launch worker for task 299.0 in stage 8.0 (TID 722)] (Logging.scala:57) Finished task 299.0 in stage 8.0 (TID 722). 15690 bytes result sent to driver
15:03:54.932 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 300.0 in stage 8.0 (TID 723) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 300, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.933 [INFO - Executor task launch worker for task 300.0 in stage 8.0 (TID 723)] (Logging.scala:57) Running task 300.0 in stage 8.0 (TID 723)
15:03:54.933 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 299.0 in stage 8.0 (TID 722) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (301/400)
15:03:54.936 [INFO - Executor task launch worker for task 300.0 in stage 8.0 (TID 723)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.936 [INFO - Executor task launch worker for task 300.0 in stage 8.0 (TID 723)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.938 [INFO - Executor task launch worker for task 300.0 in stage 8.0 (TID 723)] (Logging.scala:57) Finished task 300.0 in stage 8.0 (TID 723). 15690 bytes result sent to driver
15:03:54.939 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 301.0 in stage 8.0 (TID 724) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 301, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.939 [INFO - Executor task launch worker for task 301.0 in stage 8.0 (TID 724)] (Logging.scala:57) Running task 301.0 in stage 8.0 (TID 724)
15:03:54.939 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 300.0 in stage 8.0 (TID 723) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (302/400)
15:03:54.943 [INFO - Executor task launch worker for task 301.0 in stage 8.0 (TID 724)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.944 [INFO - Executor task launch worker for task 301.0 in stage 8.0 (TID 724)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.946 [INFO - Executor task launch worker for task 301.0 in stage 8.0 (TID 724)] (Logging.scala:57) Finished task 301.0 in stage 8.0 (TID 724). 15690 bytes result sent to driver
15:03:54.946 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 302.0 in stage 8.0 (TID 725) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 302, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.947 [INFO - Executor task launch worker for task 302.0 in stage 8.0 (TID 725)] (Logging.scala:57) Running task 302.0 in stage 8.0 (TID 725)
15:03:54.947 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 301.0 in stage 8.0 (TID 724) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (303/400)
15:03:54.950 [INFO - Executor task launch worker for task 302.0 in stage 8.0 (TID 725)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.950 [INFO - Executor task launch worker for task 302.0 in stage 8.0 (TID 725)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.952 [INFO - Executor task launch worker for task 302.0 in stage 8.0 (TID 725)] (Logging.scala:57) Finished task 302.0 in stage 8.0 (TID 725). 15690 bytes result sent to driver
15:03:54.953 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 303.0 in stage 8.0 (TID 726) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 303, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.953 [INFO - Executor task launch worker for task 303.0 in stage 8.0 (TID 726)] (Logging.scala:57) Running task 303.0 in stage 8.0 (TID 726)
15:03:54.954 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 302.0 in stage 8.0 (TID 725) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (304/400)
15:03:54.957 [INFO - Executor task launch worker for task 303.0 in stage 8.0 (TID 726)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.958 [INFO - Executor task launch worker for task 303.0 in stage 8.0 (TID 726)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.960 [INFO - Executor task launch worker for task 303.0 in stage 8.0 (TID 726)] (Logging.scala:57) Finished task 303.0 in stage 8.0 (TID 726). 15690 bytes result sent to driver
15:03:54.960 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 304.0 in stage 8.0 (TID 727) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 304, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.960 [INFO - Executor task launch worker for task 304.0 in stage 8.0 (TID 727)] (Logging.scala:57) Running task 304.0 in stage 8.0 (TID 727)
15:03:54.961 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 303.0 in stage 8.0 (TID 726) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (305/400)
15:03:54.964 [INFO - Executor task launch worker for task 304.0 in stage 8.0 (TID 727)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.964 [INFO - Executor task launch worker for task 304.0 in stage 8.0 (TID 727)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.966 [INFO - Executor task launch worker for task 304.0 in stage 8.0 (TID 727)] (Logging.scala:57) Finished task 304.0 in stage 8.0 (TID 727). 15690 bytes result sent to driver
15:03:54.967 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 305.0 in stage 8.0 (TID 728) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 305, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.967 [INFO - Executor task launch worker for task 305.0 in stage 8.0 (TID 728)] (Logging.scala:57) Running task 305.0 in stage 8.0 (TID 728)
15:03:54.967 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 304.0 in stage 8.0 (TID 727) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (306/400)
15:03:54.971 [INFO - Executor task launch worker for task 305.0 in stage 8.0 (TID 728)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.971 [INFO - Executor task launch worker for task 305.0 in stage 8.0 (TID 728)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.973 [INFO - Executor task launch worker for task 305.0 in stage 8.0 (TID 728)] (Logging.scala:57) Finished task 305.0 in stage 8.0 (TID 728). 15690 bytes result sent to driver
15:03:54.974 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 306.0 in stage 8.0 (TID 729) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 306, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.974 [INFO - Executor task launch worker for task 306.0 in stage 8.0 (TID 729)] (Logging.scala:57) Running task 306.0 in stage 8.0 (TID 729)
15:03:54.974 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 305.0 in stage 8.0 (TID 728) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (307/400)
15:03:54.978 [INFO - Executor task launch worker for task 306.0 in stage 8.0 (TID 729)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.978 [INFO - Executor task launch worker for task 306.0 in stage 8.0 (TID 729)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.980 [INFO - Executor task launch worker for task 306.0 in stage 8.0 (TID 729)] (Logging.scala:57) Finished task 306.0 in stage 8.0 (TID 729). 15690 bytes result sent to driver
15:03:54.981 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 307.0 in stage 8.0 (TID 730) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 307, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.981 [INFO - Executor task launch worker for task 307.0 in stage 8.0 (TID 730)] (Logging.scala:57) Running task 307.0 in stage 8.0 (TID 730)
15:03:54.981 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 306.0 in stage 8.0 (TID 729) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (308/400)
15:03:54.985 [INFO - Executor task launch worker for task 307.0 in stage 8.0 (TID 730)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.985 [INFO - Executor task launch worker for task 307.0 in stage 8.0 (TID 730)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.987 [INFO - Executor task launch worker for task 307.0 in stage 8.0 (TID 730)] (Logging.scala:57) Finished task 307.0 in stage 8.0 (TID 730). 15690 bytes result sent to driver
15:03:54.987 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 308.0 in stage 8.0 (TID 731) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 308, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.988 [INFO - Executor task launch worker for task 308.0 in stage 8.0 (TID 731)] (Logging.scala:57) Running task 308.0 in stage 8.0 (TID 731)
15:03:54.988 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 307.0 in stage 8.0 (TID 730) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (309/400)
15:03:54.992 [INFO - Executor task launch worker for task 308.0 in stage 8.0 (TID 731)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.992 [INFO - Executor task launch worker for task 308.0 in stage 8.0 (TID 731)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:54.994 [INFO - Executor task launch worker for task 308.0 in stage 8.0 (TID 731)] (Logging.scala:57) Finished task 308.0 in stage 8.0 (TID 731). 15690 bytes result sent to driver
15:03:54.994 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 309.0 in stage 8.0 (TID 732) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 309, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:54.994 [INFO - Executor task launch worker for task 309.0 in stage 8.0 (TID 732)] (Logging.scala:57) Running task 309.0 in stage 8.0 (TID 732)
15:03:54.995 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 308.0 in stage 8.0 (TID 731) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (310/400)
15:03:54.998 [INFO - Executor task launch worker for task 309.0 in stage 8.0 (TID 732)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:54.998 [INFO - Executor task launch worker for task 309.0 in stage 8.0 (TID 732)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.000 [INFO - Executor task launch worker for task 309.0 in stage 8.0 (TID 732)] (Logging.scala:57) Finished task 309.0 in stage 8.0 (TID 732). 15690 bytes result sent to driver
15:03:55.001 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 310.0 in stage 8.0 (TID 733) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 310, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.001 [INFO - Executor task launch worker for task 310.0 in stage 8.0 (TID 733)] (Logging.scala:57) Running task 310.0 in stage 8.0 (TID 733)
15:03:55.001 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 309.0 in stage 8.0 (TID 732) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (311/400)
15:03:55.005 [INFO - Executor task launch worker for task 310.0 in stage 8.0 (TID 733)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.005 [INFO - Executor task launch worker for task 310.0 in stage 8.0 (TID 733)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.007 [INFO - Executor task launch worker for task 310.0 in stage 8.0 (TID 733)] (Logging.scala:57) Finished task 310.0 in stage 8.0 (TID 733). 15690 bytes result sent to driver
15:03:55.008 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 311.0 in stage 8.0 (TID 734) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 311, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.008 [INFO - Executor task launch worker for task 311.0 in stage 8.0 (TID 734)] (Logging.scala:57) Running task 311.0 in stage 8.0 (TID 734)
15:03:55.009 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 310.0 in stage 8.0 (TID 733) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (312/400)
15:03:55.012 [INFO - Executor task launch worker for task 311.0 in stage 8.0 (TID 734)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.012 [INFO - Executor task launch worker for task 311.0 in stage 8.0 (TID 734)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.014 [INFO - Executor task launch worker for task 311.0 in stage 8.0 (TID 734)] (Logging.scala:57) Finished task 311.0 in stage 8.0 (TID 734). 15690 bytes result sent to driver
15:03:55.015 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 312.0 in stage 8.0 (TID 735) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 312, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.015 [INFO - Executor task launch worker for task 312.0 in stage 8.0 (TID 735)] (Logging.scala:57) Running task 312.0 in stage 8.0 (TID 735)
15:03:55.015 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 311.0 in stage 8.0 (TID 734) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (313/400)
15:03:55.019 [INFO - Executor task launch worker for task 312.0 in stage 8.0 (TID 735)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.019 [INFO - Executor task launch worker for task 312.0 in stage 8.0 (TID 735)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.021 [INFO - Executor task launch worker for task 312.0 in stage 8.0 (TID 735)] (Logging.scala:57) Finished task 312.0 in stage 8.0 (TID 735). 15690 bytes result sent to driver
15:03:55.022 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 313.0 in stage 8.0 (TID 736) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 313, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.022 [INFO - Executor task launch worker for task 313.0 in stage 8.0 (TID 736)] (Logging.scala:57) Running task 313.0 in stage 8.0 (TID 736)
15:03:55.022 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 312.0 in stage 8.0 (TID 735) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (314/400)
15:03:55.027 [INFO - Executor task launch worker for task 313.0 in stage 8.0 (TID 736)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.027 [INFO - Executor task launch worker for task 313.0 in stage 8.0 (TID 736)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.029 [INFO - Executor task launch worker for task 313.0 in stage 8.0 (TID 736)] (Logging.scala:57) Finished task 313.0 in stage 8.0 (TID 736). 15690 bytes result sent to driver
15:03:55.030 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 314.0 in stage 8.0 (TID 737) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 314, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.030 [INFO - Executor task launch worker for task 314.0 in stage 8.0 (TID 737)] (Logging.scala:57) Running task 314.0 in stage 8.0 (TID 737)
15:03:55.030 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 313.0 in stage 8.0 (TID 736) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (315/400)
15:03:55.034 [INFO - Executor task launch worker for task 314.0 in stage 8.0 (TID 737)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.034 [INFO - Executor task launch worker for task 314.0 in stage 8.0 (TID 737)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.036 [INFO - Executor task launch worker for task 314.0 in stage 8.0 (TID 737)] (Logging.scala:57) Finished task 314.0 in stage 8.0 (TID 737). 15690 bytes result sent to driver
15:03:55.037 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 315.0 in stage 8.0 (TID 738) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 315, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.037 [INFO - Executor task launch worker for task 315.0 in stage 8.0 (TID 738)] (Logging.scala:57) Running task 315.0 in stage 8.0 (TID 738)
15:03:55.038 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 314.0 in stage 8.0 (TID 737) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (316/400)
15:03:55.041 [INFO - Executor task launch worker for task 315.0 in stage 8.0 (TID 738)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.041 [INFO - Executor task launch worker for task 315.0 in stage 8.0 (TID 738)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.043 [INFO - Executor task launch worker for task 315.0 in stage 8.0 (TID 738)] (Logging.scala:57) Finished task 315.0 in stage 8.0 (TID 738). 15690 bytes result sent to driver
15:03:55.044 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 316.0 in stage 8.0 (TID 739) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 316, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.044 [INFO - Executor task launch worker for task 316.0 in stage 8.0 (TID 739)] (Logging.scala:57) Running task 316.0 in stage 8.0 (TID 739)
15:03:55.044 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 315.0 in stage 8.0 (TID 738) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (317/400)
15:03:55.049 [INFO - Executor task launch worker for task 316.0 in stage 8.0 (TID 739)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.049 [INFO - Executor task launch worker for task 316.0 in stage 8.0 (TID 739)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.051 [INFO - Executor task launch worker for task 316.0 in stage 8.0 (TID 739)] (Logging.scala:57) Finished task 316.0 in stage 8.0 (TID 739). 15690 bytes result sent to driver
15:03:55.051 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 317.0 in stage 8.0 (TID 740) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 317, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.051 [INFO - Executor task launch worker for task 317.0 in stage 8.0 (TID 740)] (Logging.scala:57) Running task 317.0 in stage 8.0 (TID 740)
15:03:55.052 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 316.0 in stage 8.0 (TID 739) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (318/400)
15:03:55.056 [INFO - Executor task launch worker for task 317.0 in stage 8.0 (TID 740)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.056 [INFO - Executor task launch worker for task 317.0 in stage 8.0 (TID 740)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.058 [INFO - Executor task launch worker for task 317.0 in stage 8.0 (TID 740)] (Logging.scala:57) Finished task 317.0 in stage 8.0 (TID 740). 15690 bytes result sent to driver
15:03:55.058 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 318.0 in stage 8.0 (TID 741) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 318, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.059 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 317.0 in stage 8.0 (TID 740) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (319/400)
15:03:55.059 [INFO - Executor task launch worker for task 318.0 in stage 8.0 (TID 741)] (Logging.scala:57) Running task 318.0 in stage 8.0 (TID 741)
15:03:55.064 [INFO - Executor task launch worker for task 318.0 in stage 8.0 (TID 741)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.064 [INFO - Executor task launch worker for task 318.0 in stage 8.0 (TID 741)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.066 [INFO - Executor task launch worker for task 318.0 in stage 8.0 (TID 741)] (Logging.scala:57) Finished task 318.0 in stage 8.0 (TID 741). 15690 bytes result sent to driver
15:03:55.067 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 319.0 in stage 8.0 (TID 742) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 319, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.067 [INFO - Executor task launch worker for task 319.0 in stage 8.0 (TID 742)] (Logging.scala:57) Running task 319.0 in stage 8.0 (TID 742)
15:03:55.067 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 318.0 in stage 8.0 (TID 741) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (320/400)
15:03:55.072 [INFO - Executor task launch worker for task 319.0 in stage 8.0 (TID 742)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.072 [INFO - Executor task launch worker for task 319.0 in stage 8.0 (TID 742)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.074 [INFO - Executor task launch worker for task 319.0 in stage 8.0 (TID 742)] (Logging.scala:57) Finished task 319.0 in stage 8.0 (TID 742). 15690 bytes result sent to driver
15:03:55.074 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 320.0 in stage 8.0 (TID 743) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 320, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.074 [INFO - Executor task launch worker for task 320.0 in stage 8.0 (TID 743)] (Logging.scala:57) Running task 320.0 in stage 8.0 (TID 743)
15:03:55.075 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 319.0 in stage 8.0 (TID 742) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (321/400)
15:03:55.079 [INFO - Executor task launch worker for task 320.0 in stage 8.0 (TID 743)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.079 [INFO - Executor task launch worker for task 320.0 in stage 8.0 (TID 743)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.081 [INFO - Executor task launch worker for task 320.0 in stage 8.0 (TID 743)] (Logging.scala:57) Finished task 320.0 in stage 8.0 (TID 743). 15690 bytes result sent to driver
15:03:55.082 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 321.0 in stage 8.0 (TID 744) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 321, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.082 [INFO - Executor task launch worker for task 321.0 in stage 8.0 (TID 744)] (Logging.scala:57) Running task 321.0 in stage 8.0 (TID 744)
15:03:55.082 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 320.0 in stage 8.0 (TID 743) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (322/400)
15:03:55.088 [INFO - Executor task launch worker for task 321.0 in stage 8.0 (TID 744)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.089 [INFO - Executor task launch worker for task 321.0 in stage 8.0 (TID 744)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.092 [INFO - Executor task launch worker for task 321.0 in stage 8.0 (TID 744)] (Logging.scala:57) Finished task 321.0 in stage 8.0 (TID 744). 15690 bytes result sent to driver
15:03:55.092 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 322.0 in stage 8.0 (TID 745) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 322, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.093 [INFO - Executor task launch worker for task 322.0 in stage 8.0 (TID 745)] (Logging.scala:57) Running task 322.0 in stage 8.0 (TID 745)
15:03:55.093 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 321.0 in stage 8.0 (TID 744) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (323/400)
15:03:55.097 [INFO - Executor task launch worker for task 322.0 in stage 8.0 (TID 745)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.097 [INFO - Executor task launch worker for task 322.0 in stage 8.0 (TID 745)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.099 [INFO - Executor task launch worker for task 322.0 in stage 8.0 (TID 745)] (Logging.scala:57) Finished task 322.0 in stage 8.0 (TID 745). 15690 bytes result sent to driver
15:03:55.099 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 323.0 in stage 8.0 (TID 746) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 323, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.100 [INFO - Executor task launch worker for task 323.0 in stage 8.0 (TID 746)] (Logging.scala:57) Running task 323.0 in stage 8.0 (TID 746)
15:03:55.100 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 322.0 in stage 8.0 (TID 745) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (324/400)
15:03:55.104 [INFO - Executor task launch worker for task 323.0 in stage 8.0 (TID 746)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.104 [INFO - Executor task launch worker for task 323.0 in stage 8.0 (TID 746)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.106 [INFO - Executor task launch worker for task 323.0 in stage 8.0 (TID 746)] (Logging.scala:57) Finished task 323.0 in stage 8.0 (TID 746). 15690 bytes result sent to driver
15:03:55.107 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 324.0 in stage 8.0 (TID 747) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 324, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.107 [INFO - Executor task launch worker for task 324.0 in stage 8.0 (TID 747)] (Logging.scala:57) Running task 324.0 in stage 8.0 (TID 747)
15:03:55.107 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 323.0 in stage 8.0 (TID 746) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (325/400)
15:03:55.113 [INFO - Executor task launch worker for task 324.0 in stage 8.0 (TID 747)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.113 [INFO - Executor task launch worker for task 324.0 in stage 8.0 (TID 747)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.116 [INFO - Executor task launch worker for task 324.0 in stage 8.0 (TID 747)] (Logging.scala:57) Finished task 324.0 in stage 8.0 (TID 747). 15690 bytes result sent to driver
15:03:55.117 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 325.0 in stage 8.0 (TID 748) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 325, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.117 [INFO - Executor task launch worker for task 325.0 in stage 8.0 (TID 748)] (Logging.scala:57) Running task 325.0 in stage 8.0 (TID 748)
15:03:55.118 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 324.0 in stage 8.0 (TID 747) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (326/400)
15:03:55.122 [INFO - Executor task launch worker for task 325.0 in stage 8.0 (TID 748)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.122 [INFO - Executor task launch worker for task 325.0 in stage 8.0 (TID 748)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.125 [INFO - Executor task launch worker for task 325.0 in stage 8.0 (TID 748)] (Logging.scala:57) Finished task 325.0 in stage 8.0 (TID 748). 15690 bytes result sent to driver
15:03:55.125 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 326.0 in stage 8.0 (TID 749) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 326, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.125 [INFO - Executor task launch worker for task 326.0 in stage 8.0 (TID 749)] (Logging.scala:57) Running task 326.0 in stage 8.0 (TID 749)
15:03:55.126 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 325.0 in stage 8.0 (TID 748) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (327/400)
15:03:55.130 [INFO - Executor task launch worker for task 326.0 in stage 8.0 (TID 749)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.130 [INFO - Executor task launch worker for task 326.0 in stage 8.0 (TID 749)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.132 [INFO - Executor task launch worker for task 326.0 in stage 8.0 (TID 749)] (Logging.scala:57) Finished task 326.0 in stage 8.0 (TID 749). 15690 bytes result sent to driver
15:03:55.133 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 327.0 in stage 8.0 (TID 750) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 327, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.133 [INFO - Executor task launch worker for task 327.0 in stage 8.0 (TID 750)] (Logging.scala:57) Running task 327.0 in stage 8.0 (TID 750)
15:03:55.133 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 326.0 in stage 8.0 (TID 749) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (328/400)
15:03:55.137 [INFO - Executor task launch worker for task 327.0 in stage 8.0 (TID 750)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.137 [INFO - Executor task launch worker for task 327.0 in stage 8.0 (TID 750)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.139 [INFO - Executor task launch worker for task 327.0 in stage 8.0 (TID 750)] (Logging.scala:57) Finished task 327.0 in stage 8.0 (TID 750). 15690 bytes result sent to driver
15:03:55.140 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 328.0 in stage 8.0 (TID 751) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 328, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.140 [INFO - Executor task launch worker for task 328.0 in stage 8.0 (TID 751)] (Logging.scala:57) Running task 328.0 in stage 8.0 (TID 751)
15:03:55.140 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 327.0 in stage 8.0 (TID 750) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (329/400)
15:03:55.144 [INFO - Executor task launch worker for task 328.0 in stage 8.0 (TID 751)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.144 [INFO - Executor task launch worker for task 328.0 in stage 8.0 (TID 751)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.146 [INFO - Executor task launch worker for task 328.0 in stage 8.0 (TID 751)] (Logging.scala:57) Finished task 328.0 in stage 8.0 (TID 751). 15690 bytes result sent to driver
15:03:55.147 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 329.0 in stage 8.0 (TID 752) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 329, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.147 [INFO - Executor task launch worker for task 329.0 in stage 8.0 (TID 752)] (Logging.scala:57) Running task 329.0 in stage 8.0 (TID 752)
15:03:55.147 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 328.0 in stage 8.0 (TID 751) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (330/400)
15:03:55.152 [INFO - Executor task launch worker for task 329.0 in stage 8.0 (TID 752)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.153 [INFO - Executor task launch worker for task 329.0 in stage 8.0 (TID 752)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.155 [INFO - Executor task launch worker for task 329.0 in stage 8.0 (TID 752)] (Logging.scala:57) Finished task 329.0 in stage 8.0 (TID 752). 15690 bytes result sent to driver
15:03:55.156 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 330.0 in stage 8.0 (TID 753) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 330, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.156 [INFO - Executor task launch worker for task 330.0 in stage 8.0 (TID 753)] (Logging.scala:57) Running task 330.0 in stage 8.0 (TID 753)
15:03:55.157 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 329.0 in stage 8.0 (TID 752) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (331/400)
15:03:55.160 [INFO - Executor task launch worker for task 330.0 in stage 8.0 (TID 753)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.160 [INFO - Executor task launch worker for task 330.0 in stage 8.0 (TID 753)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.162 [INFO - Executor task launch worker for task 330.0 in stage 8.0 (TID 753)] (Logging.scala:57) Finished task 330.0 in stage 8.0 (TID 753). 15690 bytes result sent to driver
15:03:55.163 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 331.0 in stage 8.0 (TID 754) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 331, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.163 [INFO - Executor task launch worker for task 331.0 in stage 8.0 (TID 754)] (Logging.scala:57) Running task 331.0 in stage 8.0 (TID 754)
15:03:55.164 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 330.0 in stage 8.0 (TID 753) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (332/400)
15:03:55.167 [INFO - Executor task launch worker for task 331.0 in stage 8.0 (TID 754)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.167 [INFO - Executor task launch worker for task 331.0 in stage 8.0 (TID 754)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.169 [INFO - Executor task launch worker for task 331.0 in stage 8.0 (TID 754)] (Logging.scala:57) Finished task 331.0 in stage 8.0 (TID 754). 15690 bytes result sent to driver
15:03:55.170 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 332.0 in stage 8.0 (TID 755) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 332, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.170 [INFO - Executor task launch worker for task 332.0 in stage 8.0 (TID 755)] (Logging.scala:57) Running task 332.0 in stage 8.0 (TID 755)
15:03:55.171 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 331.0 in stage 8.0 (TID 754) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (333/400)
15:03:55.174 [INFO - Executor task launch worker for task 332.0 in stage 8.0 (TID 755)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.175 [INFO - Executor task launch worker for task 332.0 in stage 8.0 (TID 755)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.177 [INFO - Executor task launch worker for task 332.0 in stage 8.0 (TID 755)] (Logging.scala:57) Finished task 332.0 in stage 8.0 (TID 755). 15690 bytes result sent to driver
15:03:55.177 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 333.0 in stage 8.0 (TID 756) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 333, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.178 [INFO - Executor task launch worker for task 333.0 in stage 8.0 (TID 756)] (Logging.scala:57) Running task 333.0 in stage 8.0 (TID 756)
15:03:55.178 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 332.0 in stage 8.0 (TID 755) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (334/400)
15:03:55.181 [INFO - Executor task launch worker for task 333.0 in stage 8.0 (TID 756)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.181 [INFO - Executor task launch worker for task 333.0 in stage 8.0 (TID 756)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.183 [INFO - Executor task launch worker for task 333.0 in stage 8.0 (TID 756)] (Logging.scala:57) Finished task 333.0 in stage 8.0 (TID 756). 15690 bytes result sent to driver
15:03:55.184 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 334.0 in stage 8.0 (TID 757) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 334, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.184 [INFO - Executor task launch worker for task 334.0 in stage 8.0 (TID 757)] (Logging.scala:57) Running task 334.0 in stage 8.0 (TID 757)
15:03:55.184 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 333.0 in stage 8.0 (TID 756) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (335/400)
15:03:55.190 [INFO - Executor task launch worker for task 334.0 in stage 8.0 (TID 757)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.190 [INFO - Executor task launch worker for task 334.0 in stage 8.0 (TID 757)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.193 [INFO - Executor task launch worker for task 334.0 in stage 8.0 (TID 757)] (Logging.scala:57) Finished task 334.0 in stage 8.0 (TID 757). 15690 bytes result sent to driver
15:03:55.193 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 335.0 in stage 8.0 (TID 758) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 335, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.193 [INFO - Executor task launch worker for task 335.0 in stage 8.0 (TID 758)] (Logging.scala:57) Running task 335.0 in stage 8.0 (TID 758)
15:03:55.194 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 334.0 in stage 8.0 (TID 757) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (336/400)
15:03:55.199 [INFO - Executor task launch worker for task 335.0 in stage 8.0 (TID 758)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.199 [INFO - Executor task launch worker for task 335.0 in stage 8.0 (TID 758)] (Logging.scala:57) Started 0 remote fetches in 1 ms
15:03:55.201 [INFO - Executor task launch worker for task 335.0 in stage 8.0 (TID 758)] (Logging.scala:57) Finished task 335.0 in stage 8.0 (TID 758). 15690 bytes result sent to driver
15:03:55.202 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 336.0 in stage 8.0 (TID 759) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 336, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.202 [INFO - Executor task launch worker for task 336.0 in stage 8.0 (TID 759)] (Logging.scala:57) Running task 336.0 in stage 8.0 (TID 759)
15:03:55.202 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 335.0 in stage 8.0 (TID 758) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (337/400)
15:03:55.207 [INFO - Executor task launch worker for task 336.0 in stage 8.0 (TID 759)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.207 [INFO - Executor task launch worker for task 336.0 in stage 8.0 (TID 759)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.209 [INFO - Executor task launch worker for task 336.0 in stage 8.0 (TID 759)] (Logging.scala:57) Finished task 336.0 in stage 8.0 (TID 759). 15690 bytes result sent to driver
15:03:55.210 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 337.0 in stage 8.0 (TID 760) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 337, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.210 [INFO - Executor task launch worker for task 337.0 in stage 8.0 (TID 760)] (Logging.scala:57) Running task 337.0 in stage 8.0 (TID 760)
15:03:55.210 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 336.0 in stage 8.0 (TID 759) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (338/400)
15:03:55.216 [INFO - Executor task launch worker for task 337.0 in stage 8.0 (TID 760)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.216 [INFO - Executor task launch worker for task 337.0 in stage 8.0 (TID 760)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.219 [INFO - Executor task launch worker for task 337.0 in stage 8.0 (TID 760)] (Logging.scala:57) Finished task 337.0 in stage 8.0 (TID 760). 15690 bytes result sent to driver
15:03:55.219 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 338.0 in stage 8.0 (TID 761) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 338, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.220 [INFO - Executor task launch worker for task 338.0 in stage 8.0 (TID 761)] (Logging.scala:57) Running task 338.0 in stage 8.0 (TID 761)
15:03:55.220 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 337.0 in stage 8.0 (TID 760) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (339/400)
15:03:55.224 [INFO - Executor task launch worker for task 338.0 in stage 8.0 (TID 761)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.224 [INFO - Executor task launch worker for task 338.0 in stage 8.0 (TID 761)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.226 [INFO - Executor task launch worker for task 338.0 in stage 8.0 (TID 761)] (Logging.scala:57) Finished task 338.0 in stage 8.0 (TID 761). 15690 bytes result sent to driver
15:03:55.227 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 339.0 in stage 8.0 (TID 762) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 339, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.227 [INFO - Executor task launch worker for task 339.0 in stage 8.0 (TID 762)] (Logging.scala:57) Running task 339.0 in stage 8.0 (TID 762)
15:03:55.227 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 338.0 in stage 8.0 (TID 761) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (340/400)
15:03:55.231 [INFO - Executor task launch worker for task 339.0 in stage 8.0 (TID 762)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.231 [INFO - Executor task launch worker for task 339.0 in stage 8.0 (TID 762)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.234 [INFO - Executor task launch worker for task 339.0 in stage 8.0 (TID 762)] (Logging.scala:57) Finished task 339.0 in stage 8.0 (TID 762). 15690 bytes result sent to driver
15:03:55.235 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 340.0 in stage 8.0 (TID 763) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 340, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.235 [INFO - Executor task launch worker for task 340.0 in stage 8.0 (TID 763)] (Logging.scala:57) Running task 340.0 in stage 8.0 (TID 763)
15:03:55.235 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 339.0 in stage 8.0 (TID 762) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (341/400)
15:03:55.239 [INFO - Executor task launch worker for task 340.0 in stage 8.0 (TID 763)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.239 [INFO - Executor task launch worker for task 340.0 in stage 8.0 (TID 763)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.242 [INFO - Executor task launch worker for task 340.0 in stage 8.0 (TID 763)] (Logging.scala:57) Finished task 340.0 in stage 8.0 (TID 763). 15690 bytes result sent to driver
15:03:55.242 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 341.0 in stage 8.0 (TID 764) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 341, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.243 [INFO - Executor task launch worker for task 341.0 in stage 8.0 (TID 764)] (Logging.scala:57) Running task 341.0 in stage 8.0 (TID 764)
15:03:55.243 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 340.0 in stage 8.0 (TID 763) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (342/400)
15:03:55.248 [INFO - Executor task launch worker for task 341.0 in stage 8.0 (TID 764)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.248 [INFO - Executor task launch worker for task 341.0 in stage 8.0 (TID 764)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.250 [INFO - Executor task launch worker for task 341.0 in stage 8.0 (TID 764)] (Logging.scala:57) Finished task 341.0 in stage 8.0 (TID 764). 15690 bytes result sent to driver
15:03:55.250 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 342.0 in stage 8.0 (TID 765) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 342, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.251 [INFO - Executor task launch worker for task 342.0 in stage 8.0 (TID 765)] (Logging.scala:57) Running task 342.0 in stage 8.0 (TID 765)
15:03:55.251 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 341.0 in stage 8.0 (TID 764) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (343/400)
15:03:55.256 [INFO - Executor task launch worker for task 342.0 in stage 8.0 (TID 765)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.256 [INFO - Executor task launch worker for task 342.0 in stage 8.0 (TID 765)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.259 [INFO - Executor task launch worker for task 342.0 in stage 8.0 (TID 765)] (Logging.scala:57) Finished task 342.0 in stage 8.0 (TID 765). 15690 bytes result sent to driver
15:03:55.259 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 343.0 in stage 8.0 (TID 766) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 343, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.259 [INFO - Executor task launch worker for task 343.0 in stage 8.0 (TID 766)] (Logging.scala:57) Running task 343.0 in stage 8.0 (TID 766)
15:03:55.260 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 342.0 in stage 8.0 (TID 765) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (344/400)
15:03:55.263 [INFO - Executor task launch worker for task 343.0 in stage 8.0 (TID 766)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.263 [INFO - Executor task launch worker for task 343.0 in stage 8.0 (TID 766)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.265 [INFO - Executor task launch worker for task 343.0 in stage 8.0 (TID 766)] (Logging.scala:57) Finished task 343.0 in stage 8.0 (TID 766). 15690 bytes result sent to driver
15:03:55.266 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 344.0 in stage 8.0 (TID 767) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 344, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.266 [INFO - Executor task launch worker for task 344.0 in stage 8.0 (TID 767)] (Logging.scala:57) Running task 344.0 in stage 8.0 (TID 767)
15:03:55.267 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 343.0 in stage 8.0 (TID 766) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (345/400)
15:03:55.271 [INFO - Executor task launch worker for task 344.0 in stage 8.0 (TID 767)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.271 [INFO - Executor task launch worker for task 344.0 in stage 8.0 (TID 767)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.273 [INFO - Executor task launch worker for task 344.0 in stage 8.0 (TID 767)] (Logging.scala:57) Finished task 344.0 in stage 8.0 (TID 767). 15690 bytes result sent to driver
15:03:55.273 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 345.0 in stage 8.0 (TID 768) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 345, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.274 [INFO - Executor task launch worker for task 345.0 in stage 8.0 (TID 768)] (Logging.scala:57) Running task 345.0 in stage 8.0 (TID 768)
15:03:55.274 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 344.0 in stage 8.0 (TID 767) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (346/400)
15:03:55.278 [INFO - Executor task launch worker for task 345.0 in stage 8.0 (TID 768)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.278 [INFO - Executor task launch worker for task 345.0 in stage 8.0 (TID 768)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.280 [INFO - Executor task launch worker for task 345.0 in stage 8.0 (TID 768)] (Logging.scala:57) Finished task 345.0 in stage 8.0 (TID 768). 15690 bytes result sent to driver
15:03:55.281 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 346.0 in stage 8.0 (TID 769) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 346, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.281 [INFO - Executor task launch worker for task 346.0 in stage 8.0 (TID 769)] (Logging.scala:57) Running task 346.0 in stage 8.0 (TID 769)
15:03:55.282 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 345.0 in stage 8.0 (TID 768) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (347/400)
15:03:55.286 [INFO - Executor task launch worker for task 346.0 in stage 8.0 (TID 769)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.287 [INFO - Executor task launch worker for task 346.0 in stage 8.0 (TID 769)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.290 [INFO - Executor task launch worker for task 346.0 in stage 8.0 (TID 769)] (Logging.scala:57) Finished task 346.0 in stage 8.0 (TID 769). 15690 bytes result sent to driver
15:03:55.290 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 347.0 in stage 8.0 (TID 770) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 347, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.291 [INFO - Executor task launch worker for task 347.0 in stage 8.0 (TID 770)] (Logging.scala:57) Running task 347.0 in stage 8.0 (TID 770)
15:03:55.291 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 346.0 in stage 8.0 (TID 769) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (348/400)
15:03:55.295 [INFO - Executor task launch worker for task 347.0 in stage 8.0 (TID 770)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.295 [INFO - Executor task launch worker for task 347.0 in stage 8.0 (TID 770)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.298 [INFO - Executor task launch worker for task 347.0 in stage 8.0 (TID 770)] (Logging.scala:57) Finished task 347.0 in stage 8.0 (TID 770). 15690 bytes result sent to driver
15:03:55.299 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 348.0 in stage 8.0 (TID 771) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 348, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.299 [INFO - Executor task launch worker for task 348.0 in stage 8.0 (TID 771)] (Logging.scala:57) Running task 348.0 in stage 8.0 (TID 771)
15:03:55.299 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 347.0 in stage 8.0 (TID 770) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (349/400)
15:03:55.305 [INFO - Executor task launch worker for task 348.0 in stage 8.0 (TID 771)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.305 [INFO - Executor task launch worker for task 348.0 in stage 8.0 (TID 771)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.308 [INFO - Executor task launch worker for task 348.0 in stage 8.0 (TID 771)] (Logging.scala:57) Finished task 348.0 in stage 8.0 (TID 771). 15690 bytes result sent to driver
15:03:55.309 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 349.0 in stage 8.0 (TID 772) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 349, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.309 [INFO - Executor task launch worker for task 349.0 in stage 8.0 (TID 772)] (Logging.scala:57) Running task 349.0 in stage 8.0 (TID 772)
15:03:55.310 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 348.0 in stage 8.0 (TID 771) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (350/400)
15:03:55.313 [INFO - Executor task launch worker for task 349.0 in stage 8.0 (TID 772)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.313 [INFO - Executor task launch worker for task 349.0 in stage 8.0 (TID 772)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.315 [INFO - Executor task launch worker for task 349.0 in stage 8.0 (TID 772)] (Logging.scala:57) Finished task 349.0 in stage 8.0 (TID 772). 15690 bytes result sent to driver
15:03:55.316 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 350.0 in stage 8.0 (TID 773) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 350, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.316 [INFO - Executor task launch worker for task 350.0 in stage 8.0 (TID 773)] (Logging.scala:57) Running task 350.0 in stage 8.0 (TID 773)
15:03:55.317 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 349.0 in stage 8.0 (TID 772) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (351/400)
15:03:55.321 [INFO - Executor task launch worker for task 350.0 in stage 8.0 (TID 773)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.321 [INFO - Executor task launch worker for task 350.0 in stage 8.0 (TID 773)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.323 [INFO - Executor task launch worker for task 350.0 in stage 8.0 (TID 773)] (Logging.scala:57) Finished task 350.0 in stage 8.0 (TID 773). 15690 bytes result sent to driver
15:03:55.324 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 351.0 in stage 8.0 (TID 774) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 351, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.324 [INFO - Executor task launch worker for task 351.0 in stage 8.0 (TID 774)] (Logging.scala:57) Running task 351.0 in stage 8.0 (TID 774)
15:03:55.324 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 350.0 in stage 8.0 (TID 773) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (352/400)
15:03:55.328 [INFO - Executor task launch worker for task 351.0 in stage 8.0 (TID 774)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.328 [INFO - Executor task launch worker for task 351.0 in stage 8.0 (TID 774)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.330 [INFO - Executor task launch worker for task 351.0 in stage 8.0 (TID 774)] (Logging.scala:57) Finished task 351.0 in stage 8.0 (TID 774). 15690 bytes result sent to driver
15:03:55.331 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 352.0 in stage 8.0 (TID 775) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 352, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.331 [INFO - Executor task launch worker for task 352.0 in stage 8.0 (TID 775)] (Logging.scala:57) Running task 352.0 in stage 8.0 (TID 775)
15:03:55.331 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 351.0 in stage 8.0 (TID 774) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (353/400)
15:03:55.335 [INFO - Executor task launch worker for task 352.0 in stage 8.0 (TID 775)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.335 [INFO - Executor task launch worker for task 352.0 in stage 8.0 (TID 775)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.337 [INFO - Executor task launch worker for task 352.0 in stage 8.0 (TID 775)] (Logging.scala:57) Finished task 352.0 in stage 8.0 (TID 775). 15690 bytes result sent to driver
15:03:55.338 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 353.0 in stage 8.0 (TID 776) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 353, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.338 [INFO - Executor task launch worker for task 353.0 in stage 8.0 (TID 776)] (Logging.scala:57) Running task 353.0 in stage 8.0 (TID 776)
15:03:55.338 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 352.0 in stage 8.0 (TID 775) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (354/400)
15:03:55.343 [INFO - Executor task launch worker for task 353.0 in stage 8.0 (TID 776)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.343 [INFO - Executor task launch worker for task 353.0 in stage 8.0 (TID 776)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.345 [INFO - Executor task launch worker for task 353.0 in stage 8.0 (TID 776)] (Logging.scala:57) Finished task 353.0 in stage 8.0 (TID 776). 15690 bytes result sent to driver
15:03:55.346 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 354.0 in stage 8.0 (TID 777) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 354, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.346 [INFO - Executor task launch worker for task 354.0 in stage 8.0 (TID 777)] (Logging.scala:57) Running task 354.0 in stage 8.0 (TID 777)
15:03:55.346 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 353.0 in stage 8.0 (TID 776) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (355/400)
15:03:55.350 [INFO - Executor task launch worker for task 354.0 in stage 8.0 (TID 777)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.350 [INFO - Executor task launch worker for task 354.0 in stage 8.0 (TID 777)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.352 [INFO - Executor task launch worker for task 354.0 in stage 8.0 (TID 777)] (Logging.scala:57) Finished task 354.0 in stage 8.0 (TID 777). 15690 bytes result sent to driver
15:03:55.353 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 355.0 in stage 8.0 (TID 778) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 355, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.353 [INFO - Executor task launch worker for task 355.0 in stage 8.0 (TID 778)] (Logging.scala:57) Running task 355.0 in stage 8.0 (TID 778)
15:03:55.353 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 354.0 in stage 8.0 (TID 777) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (356/400)
15:03:55.357 [INFO - Executor task launch worker for task 355.0 in stage 8.0 (TID 778)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.357 [INFO - Executor task launch worker for task 355.0 in stage 8.0 (TID 778)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.360 [INFO - Executor task launch worker for task 355.0 in stage 8.0 (TID 778)] (Logging.scala:57) Finished task 355.0 in stage 8.0 (TID 778). 15690 bytes result sent to driver
15:03:55.360 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 356.0 in stage 8.0 (TID 779) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 356, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.360 [INFO - Executor task launch worker for task 356.0 in stage 8.0 (TID 779)] (Logging.scala:57) Running task 356.0 in stage 8.0 (TID 779)
15:03:55.361 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 355.0 in stage 8.0 (TID 778) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (357/400)
15:03:55.366 [INFO - Executor task launch worker for task 356.0 in stage 8.0 (TID 779)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.366 [INFO - Executor task launch worker for task 356.0 in stage 8.0 (TID 779)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.369 [INFO - Executor task launch worker for task 356.0 in stage 8.0 (TID 779)] (Logging.scala:57) Finished task 356.0 in stage 8.0 (TID 779). 15690 bytes result sent to driver
15:03:55.369 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 357.0 in stage 8.0 (TID 780) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 357, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.370 [INFO - Executor task launch worker for task 357.0 in stage 8.0 (TID 780)] (Logging.scala:57) Running task 357.0 in stage 8.0 (TID 780)
15:03:55.370 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 356.0 in stage 8.0 (TID 779) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (358/400)
15:03:55.375 [INFO - Executor task launch worker for task 357.0 in stage 8.0 (TID 780)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.375 [INFO - Executor task launch worker for task 357.0 in stage 8.0 (TID 780)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.377 [INFO - Executor task launch worker for task 357.0 in stage 8.0 (TID 780)] (Logging.scala:57) Finished task 357.0 in stage 8.0 (TID 780). 15690 bytes result sent to driver
15:03:55.378 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 358.0 in stage 8.0 (TID 781) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 358, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.378 [INFO - Executor task launch worker for task 358.0 in stage 8.0 (TID 781)] (Logging.scala:57) Running task 358.0 in stage 8.0 (TID 781)
15:03:55.378 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 357.0 in stage 8.0 (TID 780) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (359/400)
15:03:55.382 [INFO - Executor task launch worker for task 358.0 in stage 8.0 (TID 781)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.382 [INFO - Executor task launch worker for task 358.0 in stage 8.0 (TID 781)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.384 [INFO - Executor task launch worker for task 358.0 in stage 8.0 (TID 781)] (Logging.scala:57) Finished task 358.0 in stage 8.0 (TID 781). 15690 bytes result sent to driver
15:03:55.385 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 359.0 in stage 8.0 (TID 782) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 359, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.385 [INFO - Executor task launch worker for task 359.0 in stage 8.0 (TID 782)] (Logging.scala:57) Running task 359.0 in stage 8.0 (TID 782)
15:03:55.386 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 358.0 in stage 8.0 (TID 781) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (360/400)
15:03:55.390 [INFO - Executor task launch worker for task 359.0 in stage 8.0 (TID 782)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.390 [INFO - Executor task launch worker for task 359.0 in stage 8.0 (TID 782)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.392 [INFO - Executor task launch worker for task 359.0 in stage 8.0 (TID 782)] (Logging.scala:57) Finished task 359.0 in stage 8.0 (TID 782). 15690 bytes result sent to driver
15:03:55.393 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 360.0 in stage 8.0 (TID 783) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 360, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.393 [INFO - Executor task launch worker for task 360.0 in stage 8.0 (TID 783)] (Logging.scala:57) Running task 360.0 in stage 8.0 (TID 783)
15:03:55.394 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 359.0 in stage 8.0 (TID 782) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (361/400)
15:03:55.397 [INFO - Executor task launch worker for task 360.0 in stage 8.0 (TID 783)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.397 [INFO - Executor task launch worker for task 360.0 in stage 8.0 (TID 783)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.399 [INFO - Executor task launch worker for task 360.0 in stage 8.0 (TID 783)] (Logging.scala:57) Finished task 360.0 in stage 8.0 (TID 783). 15690 bytes result sent to driver
15:03:55.400 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 361.0 in stage 8.0 (TID 784) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 361, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.401 [INFO - Executor task launch worker for task 361.0 in stage 8.0 (TID 784)] (Logging.scala:57) Running task 361.0 in stage 8.0 (TID 784)
15:03:55.401 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 360.0 in stage 8.0 (TID 783) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (362/400)
15:03:55.405 [INFO - Executor task launch worker for task 361.0 in stage 8.0 (TID 784)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.405 [INFO - Executor task launch worker for task 361.0 in stage 8.0 (TID 784)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.408 [INFO - Executor task launch worker for task 361.0 in stage 8.0 (TID 784)] (Logging.scala:57) Finished task 361.0 in stage 8.0 (TID 784). 15690 bytes result sent to driver
15:03:55.409 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 362.0 in stage 8.0 (TID 785) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 362, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.410 [INFO - Executor task launch worker for task 362.0 in stage 8.0 (TID 785)] (Logging.scala:57) Running task 362.0 in stage 8.0 (TID 785)
15:03:55.410 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 361.0 in stage 8.0 (TID 784) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (363/400)
15:03:55.414 [INFO - Executor task launch worker for task 362.0 in stage 8.0 (TID 785)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.414 [INFO - Executor task launch worker for task 362.0 in stage 8.0 (TID 785)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.416 [INFO - Executor task launch worker for task 362.0 in stage 8.0 (TID 785)] (Logging.scala:57) Finished task 362.0 in stage 8.0 (TID 785). 15690 bytes result sent to driver
15:03:55.417 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 363.0 in stage 8.0 (TID 786) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 363, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.418 [INFO - Executor task launch worker for task 363.0 in stage 8.0 (TID 786)] (Logging.scala:57) Running task 363.0 in stage 8.0 (TID 786)
15:03:55.418 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 362.0 in stage 8.0 (TID 785) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (364/400)
15:03:55.422 [INFO - Executor task launch worker for task 363.0 in stage 8.0 (TID 786)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.422 [INFO - Executor task launch worker for task 363.0 in stage 8.0 (TID 786)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.424 [INFO - Executor task launch worker for task 363.0 in stage 8.0 (TID 786)] (Logging.scala:57) Finished task 363.0 in stage 8.0 (TID 786). 15690 bytes result sent to driver
15:03:55.425 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 364.0 in stage 8.0 (TID 787) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 364, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.425 [INFO - Executor task launch worker for task 364.0 in stage 8.0 (TID 787)] (Logging.scala:57) Running task 364.0 in stage 8.0 (TID 787)
15:03:55.426 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 363.0 in stage 8.0 (TID 786) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (365/400)
15:03:55.430 [INFO - Executor task launch worker for task 364.0 in stage 8.0 (TID 787)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.430 [INFO - Executor task launch worker for task 364.0 in stage 8.0 (TID 787)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.432 [INFO - Executor task launch worker for task 364.0 in stage 8.0 (TID 787)] (Logging.scala:57) Finished task 364.0 in stage 8.0 (TID 787). 15690 bytes result sent to driver
15:03:55.433 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 365.0 in stage 8.0 (TID 788) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 365, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.433 [INFO - Executor task launch worker for task 365.0 in stage 8.0 (TID 788)] (Logging.scala:57) Running task 365.0 in stage 8.0 (TID 788)
15:03:55.434 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 364.0 in stage 8.0 (TID 787) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (366/400)
15:03:55.438 [INFO - Executor task launch worker for task 365.0 in stage 8.0 (TID 788)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.438 [INFO - Executor task launch worker for task 365.0 in stage 8.0 (TID 788)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.441 [INFO - Executor task launch worker for task 365.0 in stage 8.0 (TID 788)] (Logging.scala:57) Finished task 365.0 in stage 8.0 (TID 788). 15690 bytes result sent to driver
15:03:55.441 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 366.0 in stage 8.0 (TID 789) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 366, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.442 [INFO - Executor task launch worker for task 366.0 in stage 8.0 (TID 789)] (Logging.scala:57) Running task 366.0 in stage 8.0 (TID 789)
15:03:55.442 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 365.0 in stage 8.0 (TID 788) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (367/400)
15:03:55.446 [INFO - Executor task launch worker for task 366.0 in stage 8.0 (TID 789)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.446 [INFO - Executor task launch worker for task 366.0 in stage 8.0 (TID 789)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.449 [INFO - Executor task launch worker for task 366.0 in stage 8.0 (TID 789)] (Logging.scala:57) Finished task 366.0 in stage 8.0 (TID 789). 15690 bytes result sent to driver
15:03:55.449 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 367.0 in stage 8.0 (TID 790) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 367, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.450 [INFO - Executor task launch worker for task 367.0 in stage 8.0 (TID 790)] (Logging.scala:57) Running task 367.0 in stage 8.0 (TID 790)
15:03:55.450 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 366.0 in stage 8.0 (TID 789) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (368/400)
15:03:55.454 [INFO - Executor task launch worker for task 367.0 in stage 8.0 (TID 790)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.454 [INFO - Executor task launch worker for task 367.0 in stage 8.0 (TID 790)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.456 [INFO - Executor task launch worker for task 367.0 in stage 8.0 (TID 790)] (Logging.scala:57) Finished task 367.0 in stage 8.0 (TID 790). 15690 bytes result sent to driver
15:03:55.457 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 368.0 in stage 8.0 (TID 791) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 368, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.457 [INFO - Executor task launch worker for task 368.0 in stage 8.0 (TID 791)] (Logging.scala:57) Running task 368.0 in stage 8.0 (TID 791)
15:03:55.457 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 367.0 in stage 8.0 (TID 790) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (369/400)
15:03:55.461 [INFO - Executor task launch worker for task 368.0 in stage 8.0 (TID 791)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.461 [INFO - Executor task launch worker for task 368.0 in stage 8.0 (TID 791)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.463 [INFO - Executor task launch worker for task 368.0 in stage 8.0 (TID 791)] (Logging.scala:57) Finished task 368.0 in stage 8.0 (TID 791). 15690 bytes result sent to driver
15:03:55.464 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 369.0 in stage 8.0 (TID 792) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 369, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.479 [INFO - Executor task launch worker for task 369.0 in stage 8.0 (TID 792)] (Logging.scala:57) Running task 369.0 in stage 8.0 (TID 792)
15:03:55.480 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 368.0 in stage 8.0 (TID 791) in 22 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (370/400)
15:03:55.484 [INFO - Executor task launch worker for task 369.0 in stage 8.0 (TID 792)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.484 [INFO - Executor task launch worker for task 369.0 in stage 8.0 (TID 792)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.487 [INFO - Executor task launch worker for task 369.0 in stage 8.0 (TID 792)] (Logging.scala:57) Finished task 369.0 in stage 8.0 (TID 792). 15690 bytes result sent to driver
15:03:55.487 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 370.0 in stage 8.0 (TID 793) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 370, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.488 [INFO - Executor task launch worker for task 370.0 in stage 8.0 (TID 793)] (Logging.scala:57) Running task 370.0 in stage 8.0 (TID 793)
15:03:55.488 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 369.0 in stage 8.0 (TID 792) in 25 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (371/400)
15:03:55.492 [INFO - Executor task launch worker for task 370.0 in stage 8.0 (TID 793)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.493 [INFO - Executor task launch worker for task 370.0 in stage 8.0 (TID 793)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.495 [INFO - Executor task launch worker for task 370.0 in stage 8.0 (TID 793)] (Logging.scala:57) Finished task 370.0 in stage 8.0 (TID 793). 15690 bytes result sent to driver
15:03:55.495 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 371.0 in stage 8.0 (TID 794) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 371, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.495 [INFO - Executor task launch worker for task 371.0 in stage 8.0 (TID 794)] (Logging.scala:57) Running task 371.0 in stage 8.0 (TID 794)
15:03:55.496 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 370.0 in stage 8.0 (TID 793) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (372/400)
15:03:55.499 [INFO - Executor task launch worker for task 371.0 in stage 8.0 (TID 794)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.500 [INFO - Executor task launch worker for task 371.0 in stage 8.0 (TID 794)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.501 [INFO - Executor task launch worker for task 371.0 in stage 8.0 (TID 794)] (Logging.scala:57) Finished task 371.0 in stage 8.0 (TID 794). 15690 bytes result sent to driver
15:03:55.502 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 372.0 in stage 8.0 (TID 795) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 372, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.502 [INFO - Executor task launch worker for task 372.0 in stage 8.0 (TID 795)] (Logging.scala:57) Running task 372.0 in stage 8.0 (TID 795)
15:03:55.503 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 371.0 in stage 8.0 (TID 794) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (373/400)
15:03:55.506 [INFO - Executor task launch worker for task 372.0 in stage 8.0 (TID 795)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.506 [INFO - Executor task launch worker for task 372.0 in stage 8.0 (TID 795)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.508 [INFO - Executor task launch worker for task 372.0 in stage 8.0 (TID 795)] (Logging.scala:57) Finished task 372.0 in stage 8.0 (TID 795). 15690 bytes result sent to driver
15:03:55.509 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 373.0 in stage 8.0 (TID 796) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 373, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.509 [INFO - Executor task launch worker for task 373.0 in stage 8.0 (TID 796)] (Logging.scala:57) Running task 373.0 in stage 8.0 (TID 796)
15:03:55.509 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 372.0 in stage 8.0 (TID 795) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (374/400)
15:03:55.513 [INFO - Executor task launch worker for task 373.0 in stage 8.0 (TID 796)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.513 [INFO - Executor task launch worker for task 373.0 in stage 8.0 (TID 796)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.515 [INFO - Executor task launch worker for task 373.0 in stage 8.0 (TID 796)] (Logging.scala:57) Finished task 373.0 in stage 8.0 (TID 796). 15690 bytes result sent to driver
15:03:55.515 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 374.0 in stage 8.0 (TID 797) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 374, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.516 [INFO - Executor task launch worker for task 374.0 in stage 8.0 (TID 797)] (Logging.scala:57) Running task 374.0 in stage 8.0 (TID 797)
15:03:55.516 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 373.0 in stage 8.0 (TID 796) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (375/400)
15:03:55.520 [INFO - Executor task launch worker for task 374.0 in stage 8.0 (TID 797)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.520 [INFO - Executor task launch worker for task 374.0 in stage 8.0 (TID 797)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.522 [INFO - Executor task launch worker for task 374.0 in stage 8.0 (TID 797)] (Logging.scala:57) Finished task 374.0 in stage 8.0 (TID 797). 15690 bytes result sent to driver
15:03:55.522 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 375.0 in stage 8.0 (TID 798) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 375, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.523 [INFO - Executor task launch worker for task 375.0 in stage 8.0 (TID 798)] (Logging.scala:57) Running task 375.0 in stage 8.0 (TID 798)
15:03:55.523 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 374.0 in stage 8.0 (TID 797) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (376/400)
15:03:55.526 [INFO - Executor task launch worker for task 375.0 in stage 8.0 (TID 798)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.527 [INFO - Executor task launch worker for task 375.0 in stage 8.0 (TID 798)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.529 [INFO - Executor task launch worker for task 375.0 in stage 8.0 (TID 798)] (Logging.scala:57) Finished task 375.0 in stage 8.0 (TID 798). 15690 bytes result sent to driver
15:03:55.529 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 376.0 in stage 8.0 (TID 799) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 376, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.529 [INFO - Executor task launch worker for task 376.0 in stage 8.0 (TID 799)] (Logging.scala:57) Running task 376.0 in stage 8.0 (TID 799)
15:03:55.530 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 375.0 in stage 8.0 (TID 798) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (377/400)
15:03:55.534 [INFO - Executor task launch worker for task 376.0 in stage 8.0 (TID 799)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.534 [INFO - Executor task launch worker for task 376.0 in stage 8.0 (TID 799)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.536 [INFO - Executor task launch worker for task 376.0 in stage 8.0 (TID 799)] (Logging.scala:57) Finished task 376.0 in stage 8.0 (TID 799). 15690 bytes result sent to driver
15:03:55.536 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 377.0 in stage 8.0 (TID 800) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 377, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.537 [INFO - Executor task launch worker for task 377.0 in stage 8.0 (TID 800)] (Logging.scala:57) Running task 377.0 in stage 8.0 (TID 800)
15:03:55.537 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 376.0 in stage 8.0 (TID 799) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (378/400)
15:03:55.542 [INFO - Executor task launch worker for task 377.0 in stage 8.0 (TID 800)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.542 [INFO - Executor task launch worker for task 377.0 in stage 8.0 (TID 800)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.544 [INFO - Executor task launch worker for task 377.0 in stage 8.0 (TID 800)] (Logging.scala:57) Finished task 377.0 in stage 8.0 (TID 800). 15690 bytes result sent to driver
15:03:55.544 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 378.0 in stage 8.0 (TID 801) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 378, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.544 [INFO - Executor task launch worker for task 378.0 in stage 8.0 (TID 801)] (Logging.scala:57) Running task 378.0 in stage 8.0 (TID 801)
15:03:55.545 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 377.0 in stage 8.0 (TID 800) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (379/400)
15:03:55.549 [INFO - Executor task launch worker for task 378.0 in stage 8.0 (TID 801)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.549 [INFO - Executor task launch worker for task 378.0 in stage 8.0 (TID 801)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.551 [INFO - Executor task launch worker for task 378.0 in stage 8.0 (TID 801)] (Logging.scala:57) Finished task 378.0 in stage 8.0 (TID 801). 15690 bytes result sent to driver
15:03:55.552 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 379.0 in stage 8.0 (TID 802) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 379, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.552 [INFO - Executor task launch worker for task 379.0 in stage 8.0 (TID 802)] (Logging.scala:57) Running task 379.0 in stage 8.0 (TID 802)
15:03:55.552 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 378.0 in stage 8.0 (TID 801) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (380/400)
15:03:55.557 [INFO - Executor task launch worker for task 379.0 in stage 8.0 (TID 802)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.557 [INFO - Executor task launch worker for task 379.0 in stage 8.0 (TID 802)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.560 [INFO - Executor task launch worker for task 379.0 in stage 8.0 (TID 802)] (Logging.scala:57) Finished task 379.0 in stage 8.0 (TID 802). 15690 bytes result sent to driver
15:03:55.560 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 380.0 in stage 8.0 (TID 803) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 380, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.560 [INFO - Executor task launch worker for task 380.0 in stage 8.0 (TID 803)] (Logging.scala:57) Running task 380.0 in stage 8.0 (TID 803)
15:03:55.561 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 379.0 in stage 8.0 (TID 802) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (381/400)
15:03:55.566 [INFO - Executor task launch worker for task 380.0 in stage 8.0 (TID 803)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.566 [INFO - Executor task launch worker for task 380.0 in stage 8.0 (TID 803)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.569 [INFO - Executor task launch worker for task 380.0 in stage 8.0 (TID 803)] (Logging.scala:57) Finished task 380.0 in stage 8.0 (TID 803). 15690 bytes result sent to driver
15:03:55.570 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 381.0 in stage 8.0 (TID 804) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 381, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.570 [INFO - Executor task launch worker for task 381.0 in stage 8.0 (TID 804)] (Logging.scala:57) Running task 381.0 in stage 8.0 (TID 804)
15:03:55.571 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 380.0 in stage 8.0 (TID 803) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (382/400)
15:03:55.574 [INFO - Executor task launch worker for task 381.0 in stage 8.0 (TID 804)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.574 [INFO - Executor task launch worker for task 381.0 in stage 8.0 (TID 804)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.576 [INFO - Executor task launch worker for task 381.0 in stage 8.0 (TID 804)] (Logging.scala:57) Finished task 381.0 in stage 8.0 (TID 804). 15690 bytes result sent to driver
15:03:55.577 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 382.0 in stage 8.0 (TID 805) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 382, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.577 [INFO - Executor task launch worker for task 382.0 in stage 8.0 (TID 805)] (Logging.scala:57) Running task 382.0 in stage 8.0 (TID 805)
15:03:55.577 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 381.0 in stage 8.0 (TID 804) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (383/400)
15:03:55.582 [INFO - Executor task launch worker for task 382.0 in stage 8.0 (TID 805)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.582 [INFO - Executor task launch worker for task 382.0 in stage 8.0 (TID 805)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.585 [INFO - Executor task launch worker for task 382.0 in stage 8.0 (TID 805)] (Logging.scala:57) Finished task 382.0 in stage 8.0 (TID 805). 15690 bytes result sent to driver
15:03:55.586 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 383.0 in stage 8.0 (TID 806) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 383, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.586 [INFO - Executor task launch worker for task 383.0 in stage 8.0 (TID 806)] (Logging.scala:57) Running task 383.0 in stage 8.0 (TID 806)
15:03:55.587 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 382.0 in stage 8.0 (TID 805) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (384/400)
15:03:55.592 [INFO - Executor task launch worker for task 383.0 in stage 8.0 (TID 806)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.592 [INFO - Executor task launch worker for task 383.0 in stage 8.0 (TID 806)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.595 [INFO - Executor task launch worker for task 383.0 in stage 8.0 (TID 806)] (Logging.scala:57) Finished task 383.0 in stage 8.0 (TID 806). 15690 bytes result sent to driver
15:03:55.596 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 384.0 in stage 8.0 (TID 807) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 384, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.596 [INFO - Executor task launch worker for task 384.0 in stage 8.0 (TID 807)] (Logging.scala:57) Running task 384.0 in stage 8.0 (TID 807)
15:03:55.597 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 383.0 in stage 8.0 (TID 806) in 11 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (385/400)
15:03:55.600 [INFO - Executor task launch worker for task 384.0 in stage 8.0 (TID 807)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.600 [INFO - Executor task launch worker for task 384.0 in stage 8.0 (TID 807)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.602 [INFO - Executor task launch worker for task 384.0 in stage 8.0 (TID 807)] (Logging.scala:57) Finished task 384.0 in stage 8.0 (TID 807). 15690 bytes result sent to driver
15:03:55.603 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 385.0 in stage 8.0 (TID 808) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 385, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.603 [INFO - Executor task launch worker for task 385.0 in stage 8.0 (TID 808)] (Logging.scala:57) Running task 385.0 in stage 8.0 (TID 808)
15:03:55.603 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 384.0 in stage 8.0 (TID 807) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (386/400)
15:03:55.606 [INFO - Executor task launch worker for task 385.0 in stage 8.0 (TID 808)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.607 [INFO - Executor task launch worker for task 385.0 in stage 8.0 (TID 808)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.608 [INFO - Executor task launch worker for task 385.0 in stage 8.0 (TID 808)] (Logging.scala:57) Finished task 385.0 in stage 8.0 (TID 808). 15690 bytes result sent to driver
15:03:55.609 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 387.0 in stage 8.0 (TID 809) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 387, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.609 [INFO - Executor task launch worker for task 387.0 in stage 8.0 (TID 809)] (Logging.scala:57) Running task 387.0 in stage 8.0 (TID 809)
15:03:55.609 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 385.0 in stage 8.0 (TID 808) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (387/400)
15:03:55.614 [INFO - Executor task launch worker for task 387.0 in stage 8.0 (TID 809)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.614 [INFO - Executor task launch worker for task 387.0 in stage 8.0 (TID 809)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.617 [INFO - Executor task launch worker for task 387.0 in stage 8.0 (TID 809)] (Logging.scala:57) Finished task 387.0 in stage 8.0 (TID 809). 15690 bytes result sent to driver
15:03:55.618 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 388.0 in stage 8.0 (TID 810) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 388, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.618 [INFO - Executor task launch worker for task 388.0 in stage 8.0 (TID 810)] (Logging.scala:57) Running task 388.0 in stage 8.0 (TID 810)
15:03:55.618 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 387.0 in stage 8.0 (TID 809) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (388/400)
15:03:55.623 [INFO - Executor task launch worker for task 388.0 in stage 8.0 (TID 810)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.624 [INFO - Executor task launch worker for task 388.0 in stage 8.0 (TID 810)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.626 [INFO - Executor task launch worker for task 388.0 in stage 8.0 (TID 810)] (Logging.scala:57) Finished task 388.0 in stage 8.0 (TID 810). 15690 bytes result sent to driver
15:03:55.627 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 389.0 in stage 8.0 (TID 811) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 389, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.627 [INFO - Executor task launch worker for task 389.0 in stage 8.0 (TID 811)] (Logging.scala:57) Running task 389.0 in stage 8.0 (TID 811)
15:03:55.628 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 388.0 in stage 8.0 (TID 810) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (389/400)
15:03:55.631 [INFO - Executor task launch worker for task 389.0 in stage 8.0 (TID 811)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.631 [INFO - Executor task launch worker for task 389.0 in stage 8.0 (TID 811)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.633 [INFO - Executor task launch worker for task 389.0 in stage 8.0 (TID 811)] (Logging.scala:57) Finished task 389.0 in stage 8.0 (TID 811). 15690 bytes result sent to driver
15:03:55.634 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 390.0 in stage 8.0 (TID 812) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 390, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.634 [INFO - Executor task launch worker for task 390.0 in stage 8.0 (TID 812)] (Logging.scala:57) Running task 390.0 in stage 8.0 (TID 812)
15:03:55.635 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 389.0 in stage 8.0 (TID 811) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (390/400)
15:03:55.638 [INFO - Executor task launch worker for task 390.0 in stage 8.0 (TID 812)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.638 [INFO - Executor task launch worker for task 390.0 in stage 8.0 (TID 812)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.640 [INFO - Executor task launch worker for task 390.0 in stage 8.0 (TID 812)] (Logging.scala:57) Finished task 390.0 in stage 8.0 (TID 812). 15690 bytes result sent to driver
15:03:55.641 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 391.0 in stage 8.0 (TID 813) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 391, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.641 [INFO - Executor task launch worker for task 391.0 in stage 8.0 (TID 813)] (Logging.scala:57) Running task 391.0 in stage 8.0 (TID 813)
15:03:55.641 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 390.0 in stage 8.0 (TID 812) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (391/400)
15:03:55.647 [INFO - Executor task launch worker for task 391.0 in stage 8.0 (TID 813)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.647 [INFO - Executor task launch worker for task 391.0 in stage 8.0 (TID 813)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.650 [INFO - Executor task launch worker for task 391.0 in stage 8.0 (TID 813)] (Logging.scala:57) Finished task 391.0 in stage 8.0 (TID 813). 15690 bytes result sent to driver
15:03:55.651 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 392.0 in stage 8.0 (TID 814) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 392, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.651 [INFO - Executor task launch worker for task 392.0 in stage 8.0 (TID 814)] (Logging.scala:57) Running task 392.0 in stage 8.0 (TID 814)
15:03:55.651 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 391.0 in stage 8.0 (TID 813) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (392/400)
15:03:55.655 [INFO - Executor task launch worker for task 392.0 in stage 8.0 (TID 814)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.656 [INFO - Executor task launch worker for task 392.0 in stage 8.0 (TID 814)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.658 [INFO - Executor task launch worker for task 392.0 in stage 8.0 (TID 814)] (Logging.scala:57) Finished task 392.0 in stage 8.0 (TID 814). 15690 bytes result sent to driver
15:03:55.658 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 393.0 in stage 8.0 (TID 815) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 393, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.658 [INFO - Executor task launch worker for task 393.0 in stage 8.0 (TID 815)] (Logging.scala:57) Running task 393.0 in stage 8.0 (TID 815)
15:03:55.659 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 392.0 in stage 8.0 (TID 814) in 9 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (393/400)
15:03:55.662 [INFO - Executor task launch worker for task 393.0 in stage 8.0 (TID 815)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.663 [INFO - Executor task launch worker for task 393.0 in stage 8.0 (TID 815)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.665 [INFO - Executor task launch worker for task 393.0 in stage 8.0 (TID 815)] (Logging.scala:57) Finished task 393.0 in stage 8.0 (TID 815). 15690 bytes result sent to driver
15:03:55.665 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 394.0 in stage 8.0 (TID 816) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 394, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.665 [INFO - Executor task launch worker for task 394.0 in stage 8.0 (TID 816)] (Logging.scala:57) Running task 394.0 in stage 8.0 (TID 816)
15:03:55.666 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 393.0 in stage 8.0 (TID 815) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (394/400)
15:03:55.670 [INFO - Executor task launch worker for task 394.0 in stage 8.0 (TID 816)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.670 [INFO - Executor task launch worker for task 394.0 in stage 8.0 (TID 816)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.672 [INFO - Executor task launch worker for task 394.0 in stage 8.0 (TID 816)] (Logging.scala:57) Finished task 394.0 in stage 8.0 (TID 816). 15690 bytes result sent to driver
15:03:55.672 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 395.0 in stage 8.0 (TID 817) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 395, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.673 [INFO - Executor task launch worker for task 395.0 in stage 8.0 (TID 817)] (Logging.scala:57) Running task 395.0 in stage 8.0 (TID 817)
15:03:55.673 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 394.0 in stage 8.0 (TID 816) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (395/400)
15:03:55.678 [INFO - Executor task launch worker for task 395.0 in stage 8.0 (TID 817)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.678 [INFO - Executor task launch worker for task 395.0 in stage 8.0 (TID 817)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.681 [INFO - Executor task launch worker for task 395.0 in stage 8.0 (TID 817)] (Logging.scala:57) Finished task 395.0 in stage 8.0 (TID 817). 15690 bytes result sent to driver
15:03:55.682 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 396.0 in stage 8.0 (TID 818) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 396, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.682 [INFO - Executor task launch worker for task 396.0 in stage 8.0 (TID 818)] (Logging.scala:57) Running task 396.0 in stage 8.0 (TID 818)
15:03:55.682 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 395.0 in stage 8.0 (TID 817) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (396/400)
15:03:55.687 [INFO - Executor task launch worker for task 396.0 in stage 8.0 (TID 818)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.687 [INFO - Executor task launch worker for task 396.0 in stage 8.0 (TID 818)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.689 [INFO - Executor task launch worker for task 396.0 in stage 8.0 (TID 818)] (Logging.scala:57) Finished task 396.0 in stage 8.0 (TID 818). 15690 bytes result sent to driver
15:03:55.690 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 397.0 in stage 8.0 (TID 819) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 397, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.690 [INFO - Executor task launch worker for task 397.0 in stage 8.0 (TID 819)] (Logging.scala:57) Running task 397.0 in stage 8.0 (TID 819)
15:03:55.691 [INFO - task-result-getter-2] (Logging.scala:57) Finished task 396.0 in stage 8.0 (TID 818) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (397/400)
15:03:55.694 [INFO - Executor task launch worker for task 397.0 in stage 8.0 (TID 819)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.694 [INFO - Executor task launch worker for task 397.0 in stage 8.0 (TID 819)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.696 [INFO - Executor task launch worker for task 397.0 in stage 8.0 (TID 819)] (Logging.scala:57) Finished task 397.0 in stage 8.0 (TID 819). 15690 bytes result sent to driver
15:03:55.697 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 398.0 in stage 8.0 (TID 820) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 398, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.697 [INFO - Executor task launch worker for task 398.0 in stage 8.0 (TID 820)] (Logging.scala:57) Running task 398.0 in stage 8.0 (TID 820)
15:03:55.698 [INFO - task-result-getter-3] (Logging.scala:57) Finished task 397.0 in stage 8.0 (TID 819) in 7 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (398/400)
15:03:55.703 [INFO - Executor task launch worker for task 398.0 in stage 8.0 (TID 820)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.703 [INFO - Executor task launch worker for task 398.0 in stage 8.0 (TID 820)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.706 [INFO - Executor task launch worker for task 398.0 in stage 8.0 (TID 820)] (Logging.scala:57) Finished task 398.0 in stage 8.0 (TID 820). 15690 bytes result sent to driver
15:03:55.706 [INFO - dispatcher-event-loop-0] (Logging.scala:57) Starting task 399.0 in stage 8.0 (TID 821) (dist-test-slave-7vjv.c.gcp-upstream.internal, executor driver, partition 399, PROCESS_LOCAL, 4562 bytes) taskResourceAssignments Map()
15:03:55.707 [INFO - Executor task launch worker for task 399.0 in stage 8.0 (TID 821)] (Logging.scala:57) Running task 399.0 in stage 8.0 (TID 821)
15:03:55.707 [INFO - task-result-getter-0] (Logging.scala:57) Finished task 398.0 in stage 8.0 (TID 820) in 10 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (399/400)
15:03:55.711 [INFO - Executor task launch worker for task 399.0 in stage 8.0 (TID 821)] (Logging.scala:57) Getting 0 (0.0 B) non-empty blocks including 0 (0.0 B) local and 0 (0.0 B) host-local and 0 (0.0 B) remote blocks
15:03:55.711 [INFO - Executor task launch worker for task 399.0 in stage 8.0 (TID 821)] (Logging.scala:57) Started 0 remote fetches in 0 ms
15:03:55.713 [INFO - Executor task launch worker for task 399.0 in stage 8.0 (TID 821)] (Logging.scala:57) Finished task 399.0 in stage 8.0 (TID 821). 15690 bytes result sent to driver
15:03:55.714 [INFO - task-result-getter-1] (Logging.scala:57) Finished task 399.0 in stage 8.0 (TID 821) in 8 ms on dist-test-slave-7vjv.c.gcp-upstream.internal (executor driver) (400/400)
15:03:55.714 [INFO - task-result-getter-1] (Logging.scala:57) Removed TaskSet 8.0, whose tasks have all completed, from pool 
15:03:55.715 [INFO - dag-scheduler-event-loop] (Logging.scala:57) ResultStage 8 (collect at IntegrationTestBigLinkedList.scala:421) finished in 3.516 s
15:03:55.715 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Job 1 is finished. Cancelling potential speculative or zombie tasks for this job
15:03:55.716 [INFO - dag-scheduler-event-loop] (Logging.scala:57) Killing all running tasks in stage 8: Stage finished
15:03:55.716 [INFO - main] (Logging.scala:57) Job 1 finished: collect at IntegrationTestBigLinkedList.scala:421, took 19.724069 s
15:03:55.751 [INFO - main] (Logging.scala:57) Code generated in 9.017698 ms
15:03:55.787 [INFO - dispatcher-event-loop-1] (Logging.scala:57) MapOutputTrackerMasterEndpoint stopped!
15:03:55.887 [INFO - main] (Logging.scala:57) MemoryStore cleared
15:03:55.888 [INFO - main] (Logging.scala:57) BlockManager stopped
15:03:55.893 [INFO - main] (Logging.scala:57) BlockManagerMaster stopped
15:03:55.900 [INFO - dispatcher-event-loop-1] (Logging.scala:57) OutputCommitCoordinator stopped!
15:03:55.905 [INFO - main] (Logging.scala:57) Successfully stopped SparkContext
15:03:55.908 [DEBUG - main] (Connection.java:575) [peer master-127.24.157.189:38491(127.24.157.189:38491)] disconnecting while in state READY
15:03:55.910 [DEBUG - main] (Connection.java:575) [peer 44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)] disconnecting while in state READY
15:03:55.910 [DEBUG - main] (Connection.java:575) [peer master-127.24.157.190:33089(127.24.157.190:33089)] disconnecting while in state READY
15:03:55.910 [DEBUG - main] (Connection.java:575) [peer 2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)] disconnecting while in state READY
15:03:55.910 [DEBUG - main] (Connection.java:575) [peer master-127.24.157.188:40935(127.24.157.188:40935)] disconnecting while in state READY
15:03:55.910 [DEBUG - main] (Connection.java:575) [peer 46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)] disconnecting while in state READY
15:03:55.923 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.24.157.189:38491(127.24.157.189:38491)] handling channelInactive
15:03:55.923 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.24.157.189:38491(127.24.157.189:38491)] cleaning up while in state READY due to: connection closed
15:03:55.924 [DEBUG - kudu-nio-0] (Connection.java:239) [peer master-127.24.157.190:33089(127.24.157.190:33089)] handling channelInactive
15:03:55.924 [DEBUG - kudu-nio-0] (Connection.java:709) [peer master-127.24.157.190:33089(127.24.157.190:33089)] cleaning up while in state READY due to: connection closed
15:03:55.924 [DEBUG - kudu-nio-0] (Connection.java:239) [peer 2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)] handling channelInactive
15:03:55.924 [DEBUG - kudu-nio-0] (Connection.java:709) [peer 2b605cbf324d43cc8eb65b06f090d28a(127.24.157.131:40459)] cleaning up while in state READY due to: connection closed
15:03:55.925 [DEBUG - kudu-nio-1] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:03:55.928 [DEBUG - kudu-nio-0] (PoolThreadCache.java:221) Freed 52 thread-local buffer(s) from thread: kudu-nio-0
15:03:55.932 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)] handling channelInactive
15:03:55.932 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 44dac3435dd24f84b7e210bfaea48713(127.24.157.129:33879)] cleaning up while in state READY due to: connection closed
15:03:55.932 [DEBUG - kudu-nio-1] (Connection.java:239) [peer master-127.24.157.188:40935(127.24.157.188:40935)] handling channelInactive
15:03:55.932 [DEBUG - kudu-nio-1] (Connection.java:709) [peer master-127.24.157.188:40935(127.24.157.188:40935)] cleaning up while in state READY due to: connection closed
15:03:55.933 [DEBUG - kudu-nio-1] (Connection.java:239) [peer 46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)] handling channelInactive
15:03:55.933 [DEBUG - kudu-nio-1] (Connection.java:709) [peer 46cc108cdc534b7c88cce93f593f4b44(127.24.157.130:34307)] cleaning up while in state READY due to: connection closed
15:03:55.933 [DEBUG - kudu-nio-1] (PoolThreadCache.java:221) Freed 47 thread-local buffer(s) from thread: kudu-nio-1
15:03:55.948 [DEBUG - main] (AsyncKuduClient.java:2704) Releasing all remaining resources
15:03:55.967 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:55.949455 25206 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu with pid 25709
15:03:55.978 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:55.978127 25206 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu with pid 25953
15:03:56.007 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:56.006805 25206 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu with pid 26177
15:03:56.031 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:56.023938 25206 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu with pid 25229
15:03:56.038 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:56.038394 25206 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu with pid 25355
15:03:56.064 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) I20260811 15:03:56.053777 25206 external_mini_cluster.cc:1595] Killing /tmp/dist-test-taskRGdRXo/build/debug/bin/kudu with pid 25478
15:03:56.100 [INFO - cluster stderr printer] (MiniKuduCluster.java:751) 2026-08-11T15:03:56Z chronyd exiting
log4j:WARN No appenders could be found for logger (org.apache.kudu.shaded.org.apache.http.client.protocol.RequestAddCookies).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.

Time: 36.094

OK (1 test)

15:03:56.414 [INFO - shutdown-hook-0] (Logging.scala:57) Shutdown hook called
15:03:56.415 [INFO - shutdown-hook-0] (Logging.scala:57) Deleting directory /tmp/spark-13c23ffc-b69a-430f-88b8-760ecfd230c1
